appforgenet / yii2-mdb
Materialized Design for Bootstrap
dev-master
2016-10-25 00:10 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-09 19:37:11 UTC
README
Materialized Design for Bootstrap
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist appforgenet/yii2-mdb "*"
or add
"appforgenet/yii2-mdb": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \appforgenet\mdb\AutoloadExample::widget(); ?>```