Maintenance Mode Versions Save

An enhanced maintenance mode for Laravel.

2.0.1

4 years ago

Adds support for Laravel 6. 2.0.1 contains a minor fix to the composer versioning.

1.3.1

5 years ago

Fixes:

  • Laravel 5.8 removed the Event::fire alias, changed references to Event::dispatch. This is supported back to 5.5
  • Added support for Carbon v2.0+

1.3.0

5 years ago

Adding Laravel 5.8 support, as well as minor bug fixes.

1.2.3

5 years ago

Adding Laravel 5.7 support, thanks to @stefanrempe.

1.2.2

5 years ago

The allow option added in Laravel 5.6 is now supported in this package (thanks @2gen!), and is backported to allow you to use it in 5.5 as well.

The MaintenanceModeEnabled and MaintenanceModeDisabled events also include the allowed IPs, if any are passed in.

1.2.0

6 years ago

Now supporting Laravel 5.5 and 5.6!

1.2.1

6 years ago

Minor quality of life improvements:

  • Added the MisterPhilip\MaintenanceMode\Events\MaintenanceModeDisabled to allow you to do things based on when the application is brought back online.
  • Updated the artisan up command to show how long the application was in maintenance mode
  • Added a few examples on how to use both events

Other improvements:

  • Updates to code quality / styling
  • Documentation updates