uraankhayayaal / yii2-materializecomponents
Yii2 materializecomponents
Package info
github.com/uraankhayayaal/yii2-materializecomponents
Type:yii2-extension
pkg:composer/uraankhayayaal/yii2-materializecomponents
v1.0.14
2023-08-23 11:27 UTC
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(); ?>```