Skip to content

linchpinstudios/yii2-foundation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yii2-foundation

Zurb Foundation for Yii2.

Foundation Website: http://foundation.zurb.com

Foundation Documentation: http://foundation.zurb.com/docs/

Installation

Composer:

1) Add to your composer.json
``` "require": { // ... "linchpinstudios/yii2-foundation": "*", // ... }, ```
2) Run
``` php composer.phar update ```

Setup Assets

Add to your Assets/AppAssets.php
``` public $depends = [ // ... 'linchpinstudios\foundation\FoundationAssets', // ... ]; ```