ramprasadm1986 / yii2-gii-crud-gentelella
A Gentelella based CRUD template for Yii2
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- ramprasadm1986/yii2-gentelella: ~1.0
- yiisoft/yii2: ~2.0.0
- yiisoft/yii2-bootstrap4: ~2.0.0
This package is auto-updated.
Last update: 2024-11-20 13:22:11 UTC
README
Installation
The preferred way to install this extension is through composer.
php composer.phar require --prefer-dist ramprasadm1986/yii2-gii-crud-gentelella "*"
To use this template, add to main config in gii section following code:
'gii' => [ ... 'generators' => [ //here 'crud' => [ // generator name 'class' => 'yii\gii\generators\crud\Generator', // generator class 'templates' => [ //setting for the templates 'Gentelella' => '@vendor/ramprasadm1986/yii2-gii-crud-gentelella/src/gii/templates/crud', ] ] .... ],
Changing "Code Template" to Gentelella in Gii CRUD Generator panel.