Prepare the Laravel service
Install PHP dependencies, configure MySQL or your supported Laravel database, migrate it and keep the database translation worker running.
composer install --no-dev --optimize-autoloader\nphp artisan migrate --force\nphp artisan optimize\nphp artisan queue:work database --queue=translations --tries=4 --timeout=180The dashboard, API and scheduled commands load without an application error.