aedart / athenaeum-maintenance-modes
Application Maintenance Modes
Package info
github.com/aedart/athenaeum-maintenance-modes
pkg:composer/aedart/athenaeum-maintenance-modes
10.18.0
2026-08-24 06:19 UTC
Requires
- php: ^8.4
- aedart/athenaeum-contracts: ^10.18
- aedart/athenaeum-support: ^10.18
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-03 06:36:43 UTC
README
Offers a few additional maintenance modes "drivers" for Laravel.
// ...somewhere inside your application $mode = $app->maintenanceMode(); $mode->activate([ 'secret' => '1630542a-246b-4b66-afa1-dd72a4c43515' ]); // ...etc
Available Modes
'array': stores application down state in an array - useful for testing purposes.'json': stores application down state in a json file - very similar to Laravel's default "file based" maintenance mode.
Documentation
Please read the official documentation for additional information.
Repository
The mono repository is located at github.com/aedart/athenaeum
Versioning
This package follows Semantic Versioning 2.0.0
License
BSD-3-Clause, Read the LICENSE file included in this package