604

Product support

Get help in the plugin support forum.

  • Added on May 5, 2016
  • Current version: 1.0.1
  • Platform Compatibility
    v4.x not tested
    v3.x not tested
    v2.x not tested
    v1.x use latest
  • Created by
  • Public repository

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