Download the PHP package 8ctopus/lumen-7-maintenance-mode without Composer
On this page you can find all versions of the php package 8ctopus/lumen-7-maintenance-mode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download 8ctopus/lumen-7-maintenance-mode
More information about 8ctopus/lumen-7-maintenance-mode
Files in 8ctopus/lumen-7-maintenance-mode
Download 8ctopus/lumen-7-maintenance-mode
More information about 8ctopus/lumen-7-maintenance-mode
Files in 8ctopus/lumen-7-maintenance-mode
Vendor 8ctopus
Package lumen-7-maintenance-mode
Short Description Define application maintenance mode.
License MIT
Package lumen-7-maintenance-mode
Short Description Define application maintenance mode.
License MIT
Please rate this library. Is it a good library?
Informations about the package lumen-7-maintenance-mode
Lumen 7 simple maintenance mode
php 7.3 Lumen 7.x
How to install
composer require 8ctopus/lumen-7-maintenance-mode
How to configure
Add this to your AppServiceProvider or in bootstrap/app.php
$app->register(\oct8pus\MaintenanceMode\Providers\MaintenanceModeServiceProvider::class);
Add the up and down commands in app/console/Kernel.php
protected $commands = [
\oct8pus\MaintenanceMode\Console\Commands\DownCommand::class,
\oct8pus\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-7-maintenance-mode with dependencies
PHP Build Version
Package Version
The package 8ctopus/lumen-7-maintenance-mode contains the following files
Loading the files please wait ....