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.
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',
],
Yii2-notification-wrapper is released under the MIT License. See the bundled LICENSE.md for details.