Skip to content

andis777/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, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 95.6%
  • CSS 3.7%
  • Other 0.7%