Skip to content

Adding new event, refactoring

Compare
Choose a tag to compare
@MisterPhilip MisterPhilip released this 02 Apr 06:37
· 23 commits to master since this release
19c22e2

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