schmunk42/yii-sakila-crud Yii Framework test-module with gtc slim templates on saklia MySQL demo database

crudgii-template-collection

Quick-quick guide

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

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

No stable releases.

Comments



No stable releases.



BSD license
Stats
0 github stars & 1 github forks
0 downloads in the last day
1 downloads in the last 30 days
168 total downloads