==================== Yii2 CRUD Generator base on most popular extension as kartik-v, wbraganca, miloschuman
The objective of this extension is create rapid applications by using a lot of the best and popular components available to all programmers.
It is created initially for make CRUD (Create, Read, Update, Delete) in Yii2 with wondeful style of the other extensions.
The preferred way to install this extension is through composer.
Either run
php composer.phar require rociosoft/yii2-gii "dev-master"
or add
"rociosoft/yii2-gii": "dev-master"
to the require section of your composer.json
file.
Once the extension is installed, simply use it in your code by :
<?= \rociosoft\gii\; ?>