dev-master
9999999-dev http://phundament.com/Yii Framework test-module with gtc slim templates on saklia MySQL demo database
BSD
The Requires
- php >=5.3.0
by Tobias Munk
crud yii gii-template-collection
Wallogit.com
2017 © Pedro Peláez
Yii Framework test-module with gtc slim templates on saklia MySQL demo database
Create Phundament project (app-crud branch), (*1)
composer.phar -sdev --prefer-dist create-project phundament/app app-crud
Install sakila module, (*2)
composer.phar require schmunk42/yii-sakila-crud:@dev
Update your local config, (*3)
'gii' => array(
'class' => 'system.gii.GiiModule',
'generatorPaths' => array(
'vendor.phundament.gii-template-collection', // gtc generators
'ext.giix.generators', // giix generators
'bootstrap.gii', // bootstrap generator
),
),
'import' => array(
'ext.giix.components.*',
),
Update your local console config, (*4)
Run giic, (*5)
php vendor/schmunk42/giic/giic.php giic generate sakila
Finally, open http://phundament.local/index.php?r=sakila, (*6)
Yii Framework test-module with gtc slim templates on saklia MySQL demo database
BSD
crud yii gii-template-collection