597

Product support

Get help in the plugin support forum.

Categories

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.

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.

1.0.1

Initialize plugin.

May 04, 2016