bandodebits / yii2-bdb-giiant
Bando de Bits Gii Code generator
dev-master
2015-06-29 22:12 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2025-03-19 10:16:13 UTC
README
Bando de Bits Gii Code generator
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist bandodebits/yii2-bdb-giiant "*"
or add
"bdb/yii2-bdb-giiant": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \bdb\giiant\AutoloadExample::widget(); ?>```