tumichnix / lumen-maintenance
Application maintenance mode for the lumen-framework
Installs: 6 068
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 1
Requires
- php: >=7.1.3
Requires (Dev)
- laravel/lumen-framework: 5.6.*
- phpunit/phpunit: ~7.0
- symfony/var-dumper: ^4.0
This package is auto-updated.
Last update: 2021-11-12 17:01:42 UTC
README
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);