Deploy your application to production environments.
APP_ENV=production
APP_DEBUG=false
php artisan config:cache
php artisan route:cache
npm run build