socialist / yii2-materialize
This extension will need to replace the yii2-bootstrap
dev-master
2016-10-24 10:58 UTC
Requires
- php: ^5.3.3 || ^7.0
- bower-asset/materialize: ^0.9
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-13 20:21:31 UTC
README
This extension will need to replace the yii2-bootstrap
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require socialist/yii2-materialize:dev-master
or add
"socialist/yii2-materialize": "@dev"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?php
use socialist\materialize;
MaterializeAsset::register($this);