This plugin allows you to enable or disable October Maintenance Mode with command line. This is useful for automated deploys. See the Documentation for the usage details.
Installation via Command Line
php artisan plugin:install DavidLeonard.MaintenanceConsole
Enable Maintenance Mode:
php artisan october:maint true
Disable Maintenance Mode:
php artisan october:maint false
It will throw an error in the console if for some reason you are trying to enable/disable while already enabled/disabled. As with all artisan commands, run from the root of your site.
-
This plugin has not been reviewed yet.
-
| 1.0.1 |
Initialize plugin. May 04, 2016 |
|---|