rociosoft / yii2-gii

Yii2 Generator base on most popular extension as kartik-v, wbraganca, miloschuman
GNU General Public License v3.0
0 stars 0 forks source link

rociosoft\yii2-gii

==================== 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.

Installation

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.

Usage

Once the extension is installed, simply use it in your code by :

<?= \rociosoft\gii\; ?>

En Español