YOLO deploys Laravel applications to AWS Fargate.
Important
This package is in active development — contributions are welcome!
Everything lives at codinglabsau.github.io/yolo:
- Getting Started — a Laravel app live on Fargate in under an hour
- Provisioning and Building & Deploying
- Deploying from GitHub Actions — keyless OIDC, plus the
--checkdrift gate for CI - Command reference and manifest reference
The docs are a VitePress site under docs/ and deploy to GitHub Pages on every push to main.
{
"require": {
"codinglabsau/yolo": "dev-main"
}
}Existing EC2/ASG consumers stay on the frozen, maintenance-only codinglabsau/yolo-alpha (v1.0.0-alpha.34). Migrating to Fargate? Install both side-by-side during the cutover, then drop yolo-alpha.
yolo (this repo, main): in active development. Open an issue or coordinate with @stevethomas before submitting PRs.
yolo-alpha: bug fixes only — production-safe patches welcome on codinglabsau/yolo-alpha. No new features.
MIT — see LICENSE.md.
