open20/open2-site-management
最新稳定版本:1.5.1
Composer 安装命令:
composer require open20/open2-site-management
包简介
Site Management
关键字:
README 文档
README
Plugin for site management.
Installation
1. The preferred way to install this extension is through composer.
Either run
composer require amos/site-management
or add this row
"amos/site-management": "dev-master"
to the require section of your composer.json file.
2. Add module to your main config in backend:
<?php 'modules' => [ 'sitemanagement' => [ 'class' => 'amos\sitemanagement\Module', ], ],
3. Apply migrations
php yii migrate/up --migrationPath=@vendor/amos/site-management/src/migrations
or add this row to your migrations config in console:
<?php return [ '@vendor/amos/site-management/src/migrations', ];
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2022-09-13