codinglabsau/yolo
| Install | |
|---|---|
composer require codinglabsau/yolo |
|
| Latest Version: | v1.3.2 |
| PHP: | ^8.3 |
| License: | MIT |
| Last Updated: | Sep 12, 2026 |
| Links: | GitHub · Packagist |
YOLO
YOLO deploys Laravel applications to AWS Fargate.
[!IMPORTANT] This package is in active development — contributions are welcome!
Documentation
Everything lives at codinglabsau.github.io/yolo:
- Getting Started — a Laravel app live on Fargate in under an hour
- Provisioning — scope-first sync, the environment declaration and opt-in services — 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.
Installation
{
"require": {
"codinglabsau/yolo": "^1.0"
}
}
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.
Contributing
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.
License
MIT — see LICENSE.md.
Related Packages
laravel-paypalpayment is simple package help you process direct credit card paym...
Powerful PHP database abstraction layer (DBAL) with many features for database s...