uraankhayayaal / yii2-materializecomponents
Yii2 materializecomponents
Installs: 823
Dependents: 15
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Type:yii2-extension
Requires
- bower-asset/croppr: ^2.3
- yiisoft/yii2: ~2.0.0
- yiisoft/yii2-imagine: ^2.1
README
Yii2 materializecomponents
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist uraankhayayaal/yii2-materializecomponents "*"
or add
"uraankhayayaal/yii2-materializecomponents": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \uraankhayayaal\materializecomponents\AutoloadExample::widget(); ?>```