tumichnix/lumen-maintenance

This package is abandoned and no longer maintained. No replacement package was suggested.

Application maintenance mode for the lumen-framework

1.0.0 2018-04-15 11:49 UTC

This package is auto-updated.

Last update: 2021-11-12 17:01:42 UTC


README

GitHub release GitHub license GitHub issues Build Status StyleCI

Install via composer

Run the following command to pull in the latest version:

composer require tumichnix/lumen-maintennce

Bootstrap

Add the following line to the bootstrap/app.php file under the providers section:

$app->register(Tumichnix\Maintenance\Providers\MaintenanceServiceProvider::class);