Download the PHP package congnqnexlesoft/laravel-maintenance-mode without Composer
On this page you can find all versions of the php package congnqnexlesoft/laravel-maintenance-mode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download congnqnexlesoft/laravel-maintenance-mode
More information about congnqnexlesoft/laravel-maintenance-mode
Files in congnqnexlesoft/laravel-maintenance-mode
Download congnqnexlesoft/laravel-maintenance-mode
More information about congnqnexlesoft/laravel-maintenance-mode
Files in congnqnexlesoft/laravel-maintenance-mode
Vendor congnqnexlesoft
Package laravel-maintenance-mode
Short Description A custom maintenance mode for Laravel (JSON response support).
License MIT
Package laravel-maintenance-mode
Short Description A custom maintenance mode for Laravel (JSON response support).
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-maintenance-mode
Laravel maintenance mode
- A custom maintenance mode for Laravel (JSON response support).
How to install
- required
PHP >= 7.2
,Laravel >= 5.8
How to configure
In app/Http/Kernel.php
, add this middleware
in $middleware array
- [Required] Put
MaintenanceModeMiddleware::class
below\Spatie\Cors\Cors::class
(should be 2nd item) - [Required] Don't use
Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode
Response
Features:
- Using JSON response
- Except URIs
- Require config the line below to your
.env
file
Using View
- Copy these files to your project (if):
Put the application into maintenance mode (default in Laravel).
Bring the application out of maintenance mode (default in Laravel).
DevOps
Release a new version
All versions of laravel-maintenance-mode with dependencies
PHP Build Version
Package Version
The package congnqnexlesoft/laravel-maintenance-mode contains the following files
Loading the files please wait ....