On this page
MaintenanceMode
interface MaintenanceMode (View source)
Methods
void | activate(array $payload) Take the application down for maintenance. |
|
void | deactivate() Take the application out of maintenance. |
|
bool | active() Determine if the application is currently down for maintenance. |
|
array | data() Get the data array which was provided when the application was placed into maintenance. |
Details
void activate(array $payload)
Take the application down for maintenance.
void deactivate()
Take the application out of maintenance.
bool active()
Determine if the application is currently down for maintenance.
array data()
Get the data array which was provided when the application was placed into maintenance.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/10.x/Illuminate/Contracts/Foundation/MaintenanceMode.html