MODD KMA Docs
MODD KMA Docs

Deployment

Deploy your application to production environments.

Deployment Checklist

  • Set APP_ENV=production
  • Set APP_DEBUG=false
  • Run php artisan config:cache
  • Run php artisan route:cache
  • Run npm run build