Puts the application into maintenance mode for all IPs that are not configured as an exception.
rockbuzz/lara-maintenance is a Laravel package for puts the application into maintenance mode for all ips that are not configured as an exception..
It currently has 0 GitHub stars and 1.262 downloads on Packagist (latest version 2.0.1).
Install it with composer require rockbuzz/lara-maintenance.
Discover more Laravel packages by rockbuzz
or browse all Laravel packages to compare alternatives.
Last updated
Puts the application into maintenance mode for all IPs that are not configured as an exception.
PHP: >=7.2
$ composer require rockbuzz/lara-maintenance
$ php artisan vendor:publish --provider="Rockbuzz\LaraMaintenance\ServiceProvider" --tag="config"
protected $middleware = [
\Rockbuzz\LaraMaintenance\Authorize::class,
...
];
APP_MAINTENANCE_MODE=true
APP_MAINTENANCE_EXCEPT="127.0.0.2, 127.0.0.3"
The Lara Maintenance is open-sourced software licensed under the MIT license.