codinglabsau / yolo
YOLO deploys Laravel applications to AWS Fargate.
Requires
- php: ^8.3
- aws/aws-sdk-php: ^3.324
- guzzlehttp/guzzle: ^7.9
- illuminate/container: ^12|^13
- illuminate/filesystem: ^12|^13
- illuminate/http: ^12|^13
- illuminate/support: ^12|^13
- laravel/prompts: ^0.3
- nesbot/carbon: ^3.10
- spatie/fork: ^1.2
- symfony/console: ^7.4|^8.0
- symfony/process: ^7.4|^8.0
- symfony/yaml: ^7.4|^8.0
- vlucas/phpdotenv: ^5.6
Requires (Dev)
- inertiajs/inertia-laravel: ^2|^3
- laravel/pint: ^1.24
- laravel/scout: ^11.3
- mockery/mockery: ^1.6
- orchestra/testbench: ^11.0
- pestphp/pest: ^4.7
- phpstan/phpstan: ^2.2
- rector/rector: ^2.4
- spatie/ray: ^1.41
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- dev-main
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.0
- v1.0.2
- v1.0.1
- v1.0.0
- v1.0.0-alpha.34
- v1.0.0-alpha.33
- v1.0.0-alpha.32
- v1.0.0-alpha.31
- v1.0.0-alpha.30
- v1.0.0-alpha.29
- v1.0.0-alpha.28
- v1.0.0-alpha.27
- v1.0.0-alpha.26
- v1.0.0-alpha.25
- v1.0.0-alpha.24
- v1.0.0-alpha.23
- v1.0.0-alpha.22
- v1.0.0-alpha.21
- v1.0.0-alpha.20
- v1.0.0-alpha.19
- v1.0.0-alpha.18
- v1.0.0-alpha.17
- v1.0.0-alpha.16
- v1.0.0-alpha.15
- v1.0.0-alpha.14
- v1.0.0-alpha.13
- v1.0.0-alpha.12
- v1.0.0-alpha.11
- v1.0.0-alpha.10
- v1.0.0-alpha.9
- v1.0.0-alpha.8
- v1.0.0-alpha.7
- v1.0.0-alpha.6
- v1.0.0-alpha.5
- v1.0.0-alpha.4
- v1.0.0-alpha.3
- v1.0.0-alpha.2
- v1.0.0-alpha.1
- dev-feat/s3-versioning-app-data-bucket
- dev-feat/yolo-users-self-service-mfa-group
- dev-lpx-265-landlord-domain-array
- dev-steve/lpx-695-destroy-app-preserve-hosted-zone
This package is auto-updated.
Last update: 2026-09-12 00:22:28 UTC
README
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.
