Skip to content

loveorigami/lo-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages