aquaro/laravel-maintenance-mode

Laravel Maintenance Mode without terminal access.

v0.1.1 2022-12-19 19:02 UTC

This package is auto-updated.

Last update: 2025-05-20 01:10:22 UTC


README

Require laravel/framework ^9.0

Installation

  • composer require aquaro/laravel-maintenance-mode
  • Add MAINTENANCE_TOKEN on .env file
  • Add "maintenance" route on App\Http\Middleware\PreventRequestsDuringMaintenance.php
protected $except = [
    'maintenance',
];

Routes

  • /maintenance

License

Open-sourced software licensed under the MIT license.