Skip to content

linchpinstudios/yii2-foundation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 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 ```
3) Add to your Assets/AppAssets.php
``` public $depends = [ ... 'linchpinstudios\foundation\FoundationAssets', ... ]; ```
Note: ellipsis (...) don't actually get added, they represent any other code you have in the arrays

About

Zurb Foundation for Yii2.

Resources

License

Stars

Watchers

Forks

Packages

No packages published