loveorigami / lo-core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yii2-crud-toolkit

Yii2-crud-toolkit is a set for the rapid development of CRUD applications.

NOTE: Toolkit is in initial development. Anything may change at any time.

Documentation

Migrations

add to console config

        'migrate'=>[
            'class'=>'yii\console\controllers\MigrateController',
            'migrationPath' => null,
            'migrationNamespaces' => [
                ...
                'common\modules\content\migrations',
                'common\modules\base\migrations',
                ...
            ],
            'migrationTable'=>'{{%system_migration}}',
            'templateFile' => '@lo/core/db/views/migration.php',
        ],

License

Yii2-notification-wrapper is released under the MIT License. See the bundled LICENSE.md for details.

About

License:MIT License


Languages

Language:PHP 95.4%Language:CSS 3.7%Language:JavaScript 0.9%Language:Smarty 0.0%