linchpinstudios/yii2-foundation

Zurb Foundation Frontend Framework for the Yii2 framework

Installs: 230

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 3

Forks: 3

Language:JavaScript

Type:yii2-extension

v0.1-alpha.0 2014-07-06 02:39 UTC

This package is not auto-updated.

Last update: 2024-04-09 00:52:51 UTC


README

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', // ... ]; ```