schmunk42 / yii-sakila-crud
Yii Framework test-module with gtc slim templates on saklia MySQL demo database
Installs: 168
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 1
pkg:composer/schmunk42/yii-sakila-crud
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2025-09-13 03:20:15 UTC
README
Create Phundament project (app-crud branch)
composer.phar -sdev --prefer-dist create-project phundament/app app-crud
Install sakila module
composer.phar require schmunk42/yii-sakila-crud:@dev
Update your local config
- update to MySQL
- enable sakila module
- enable gii, gtc and giix
'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
- enable migration-module
Run giic
php vendor/schmunk42/giic/giic.php giic generate sakila
Finally, open http://phundament.local/index.php?r=sakila