Download the PHP package usmanjdn93/lumen-8-maintenance-mode without Composer
On this page you can find all versions of the php package usmanjdn93/lumen-8-maintenance-mode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download usmanjdn93/lumen-8-maintenance-mode
More information about usmanjdn93/lumen-8-maintenance-mode
Files in usmanjdn93/lumen-8-maintenance-mode
Download usmanjdn93/lumen-8-maintenance-mode
More information about usmanjdn93/lumen-8-maintenance-mode
Files in usmanjdn93/lumen-8-maintenance-mode
Vendor usmanjdn93
Package lumen-8-maintenance-mode
Short Description Define application maintenance mode.
License MIT
Package lumen-8-maintenance-mode
Short Description Define application maintenance mode.
License MIT
Please rate this library. Is it a good library?
Informations about the package lumen-8-maintenance-mode
Lumen 8 simple maintenance mode
php 7.2 Lumen 8.x
How to install
composer require usmanjdn93/lumen-8-maintenance-mode
How to configure
Add this to your AppServiceProvider or in bootstrap/app.php
$app->register(\usmanjdn93\MaintenanceMode\Providers\MaintenanceModeServiceProvider::class);
Add the up and down commands in app/console/Kernel.php
protected $commands = [
\usmanjdn93\MaintenanceMode\Console\Commands\DownCommand::class,
\usmanjdn93\MaintenanceMode\Console\Commands\UpCommand::class
];
Maintenance Mode on
php artisan down
Maintenance Mode off
php artisan up
IP based access
Currently only ipv4 and no ip ranges
Add ALLOWED_IPS in your .env file
Features planned:
- IP Ranges
- Dynamic DNS IP Filtering
All versions of lumen-8-maintenance-mode with dependencies
PHP Build Version
Package Version
The package usmanjdn93/lumen-8-maintenance-mode contains the following files
Loading the files please wait ....