janoszab/yii2-maintenance-mode
最新稳定版本:1.1.1
Composer 安装命令:
composer require janoszab/yii2-maintenance-mode
包简介
Maintenance mode for Yii2 framework
关键字:
README 文档
README
Installation
Add to the require section of your composer.json file:
"sacara/yii2-maintenance-mode": "*"
Add to your config file:
'bootstrap' => ['log', 'maintenance'], ... 'modules' => [ 'maintenance' => [ 'class' => 'sacara\maintenance\Module', // optional 'maintenanceFileOn' => 'maintenance.on', // default is `maintenance.on` ], ],
Create a file in the @web directory named maintenance.on to activate the maintenance mode.
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-03-14