alikdex/notes
Composer 安装命令:
composer require alikdex/notes
包简介
Notes module. Yii2
README 文档
README
Yii2 notes module
Install
'modules' => [
'notes' => [
'class' => Adx\Module\NoteModule\Module::class,
],
],
Migrations
'controllerMap' => [
'migrate' => [
'class' => yii\console\controllers\MigrateController::class,
'migrationNamespaces' => [],
'migrationPath' => [
'@vendor/alikdex/notes/src/Migration',
],
],
],
or in composer
"scripts": {
"post-update-cmd": [
"yes | php yii migrate --migrationPath=@vendor/alikdex/notes/src/Migration"
],
"post-install-cmd": [
"yes | php yii migrate --migrationPath=@vendor/alikdex/notes/src/Migration"
]
}
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-16