Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 954 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 954 Bytes

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.