haruncpi/laravel-maintenance

A laravel maintenance that support secret route

Downloads

40910

Stars

11

Version

v1.0.0

Laravel Maintenance

for Laravel 6/7/5

Maintenance mode package for Laravel that support secret route!

Documentation

Install

composer require haruncpi/laravel-maintenance

Replace middleware in app/Http/Kernel.php

//\App\Http\Middleware\CheckForMaintenanceMode::class,
\Haruncpi\LaravelMaintenance\Middleware\MaintenanceMode::class,

Usage

This package support all default maintenance mode features with maintenance bypass by secret route.

Maintenance Bypass - Secret route
php artisan down --secret="mysecretkey"

Now you can bypass by secret route
https://example.com/mysecretkey

With this secret route, only you can access your website in live mode and the rest of the world get it in maintenance mode.

Other Packages

haruncpi

Author

haruncpi