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
Requires
- php: >=5.3.0
- kartik-v/yii2-builder: *
- kartik-v/yii2-datecontrol: *
- kartik-v/yii2-detail-view: *
- kartik-v/yii2-grid: *
- kartik-v/yii2-helpers: *
- kartik-v/yii2-icons: *
- kartik-v/yii2-widgets: *
- miloschuman/yii2-highcharts-widget: dev-master
- nirvana-msu/yii2-showloading: dev-master
- wbraganca/yii2-dynamicform: dev-master
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2025-01-18 06:54:29 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\; ?>