friendsofcat/laravel-db-maintenance
最新稳定版本:2.0.0
Composer 安装命令:
composer require friendsofcat/laravel-db-maintenance
包简介
Database implementation of app maintenance mode to replace default file maintenance
README 文档
README
A Database driven replacement for Laravel's default file based maintenance mode. This allows easy maintenance mode across multiple server environments.
Installation
composer require friendsofcat/laravel-db-maintenance
The service provider will be auto discovered. This will replace the default up and down commands
as well as register a new CheckDbMaintenance middleware globally. So no need to manually add this to
Kernel $middleware. However, the default \Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode::class
can be removed (optional).
统计信息
- 总下载量: 32.1k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2018-11-13