rociosoft/yii2-gii

Yii2 CRUD Generator base on most popular extension as kartik-v, wbraganca, miloschuman

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 1

Type:yii2-extension

dev-master 2016-06-29 21:01 UTC

This package is auto-updated.

Last update: 2024-04-18 05:19:21 UTC


README

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