با اجرای فرمانهای زیر down time را در لاراول به صفر برسانید:
composer install -o --no-interactions
php artisan migrate --no-interaction --force
yarn && npm run production
php artisan route:cache
php artisan config:cache
php artisan queue:restart