yii2-extension yii2foundation
Foundation extension for Yii 2.
simpletree/yii2foundation
Foundation extension for Yii 2.
- Monday, November 4, 2013
- by jakobrosenberg
- Repository
- 1 Watchers
- 0 Stars
- 17 Installations
- CSS
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
yii2-foundation ALPHA
Foundation extension for Yii 2 (ALPHA - do not use on a production server), (*1)
The extension was developed for personal use, but since sharing is caring, here it is.
It is ported from Bootstrap to retain the highest level of compatibility., (*2)
Installation
Edit your config/AppAsset.php so it looks like this, (*3)
class AppAsset extends AssetBundle
{
public $basePath = '@webroot';
public $baseUrl = '@web';
public $depends = array(
'yii\web\YiiAsset',
'Simpletree\Foundation\FoundationAsset'
);
}
Configuration
To compile SASS on page load set FoundationAsset::compile to self::COMPILE_AUTO or self::COMPILE_FORCE
and FoundationAsset::publishOptions['forceCopy'] to true., (*4)
dev-master
9999999-dev
Foundation extension for Yii 2.
Sources
Download
GPL2
The Requires
by
Jakob Rosenberg