This gist provides a minimal Laravel deployment setup using Composer as the single entry point, with Envoy treated as a setup-time dependency.
The deployment flow is intentionally simple: build the frontend locally, deploy only the final frontend assets, then update and optimize the Laravel backend on the production server.
This keeps the deployment model explicit, predictable, and infrastructure-light while remaining flexible enough for both local and automated deployments.