You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(3) Optional: whitelist route for maintenance mode
71
71
72
-
This step is optional, but highly recommended. To allow jobs to keep running if the application is down (`php artisan down`) you must modify the `PreventRequestsDuringMaintenance` middleware:
73
72
74
-
```diff
73
+
If you want to allow jobs to keep running if the application is down (`php artisan down`), update the following:
0 commit comments