Open
Description
Hi, thanks for this awesome package.
Could I exclude some routes when the maintenance mode is enabled?
On the CheckForMaintenanceMode
file, you can define an array with all the routes that can be reachable.
/**
* The URIs that should be reachable while maintenance mode is enabled.
*
* @var array
*/
protected $except = [
"nova/*",
"nova-api/*",
"nova-vendor/*",
];
Metadata
Assignees
Labels
No labels