down

Put the application into maintenance / demo mode

Terminal
php artisan down [--redirect [REDIRECT]] [--render [RENDER]] [--retry [RETRY]] [--refresh [REFRESH]] [--secret [SECRET]] [--with-secret] [--status [STATUS]]

Options

redirectOptional

The path that users should be redirected to

refreshOptional

The number of seconds after which the browser may refresh

renderOptional

The view that should be prerendered for display during maintenance mode

retryOptional

The number of seconds after which the request may be retried

secretOptional

The secret phrase that may be used to bypass maintenance mode

statusOptional

The status code that should be used when returning the maintenance mode response

with-secretOptional

Generate a random secret phrase that may be used to bypass maintenance mode