redirect - The path that users should be redirected to Optionalrefresh - The number of seconds after which the browser may refresh Optionalrender - The view that should be prerendered for display during maintenance mode Optionalretry - The number of seconds after which the request may be retried Optionalsecret - The secret phrase that may be used to bypass maintenance mode Optionalstatus=503 - The status code that should be used when returning the maintenance mode response Optionalwith-secret - Generate a random secret phrase that may be used to bypass maintenance mode Optionalphp artisan down [--redirect [REDIRECT]] [--render [RENDER]] [--retry [RETRY]] [--refresh [REFRESH]] [--secret [SECRET]] [--with-secret] [--status [STATUS]]