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/support: ^12|^13
- joetannenbaum/chewie: ^0.1.8
- nesbot/carbon: ^3.10
- symfony/console: ^7.1
- symfony/yaml: ^7.1
- vlucas/phpdotenv: ^5.6
Requires (Dev)
- laravel/pint: ^1.24
- pestphp/pest: ^3.7
- phpstan/phpstan: ^1.12
- spatie/ray: ^1.41
- dev-main
- 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-fix/lb-ingress-self-heal
- dev-feat/check-octane-installed
- dev-fix/sync-task-sg-dryrun-null
- dev-steve/hopeful-proskuriakova-a8a011
- dev-steve/distracted-banzai-b54be0
- dev-claude/blissful-hugle-3fdfa8
- dev-steve/lpx-664-derive-queuescheduler-bundling-from-task-presence-drop
- dev-steve/angry-zhukovsky-61634b
- dev-steve/lpx-661-inertia-ssr-support-bundled-node-process
- dev-steve/laughing-lamarr-76b648
- dev-steve/distracted-boyd-d8122f
- dev-claude/heuristic-kowalevski-2f0ba1
- dev-claude/audit-drop-scope-inference
- dev-claude/gifted-lumiere-166b26
- dev-claude/priceless-albattani-1621c8
- dev-fix/remove-internal-issue-refs
- dev-claude/wizardly-volhard-f1911a
- dev-dependabot/composer/pestphp/pest-tw-4.7
- dev-dependabot/composer/phpstan/phpstan-tw-2.2
- dev-dependabot/github_actions/actions/deploy-pages-5
- dev-dependabot/github_actions/actions/upload-pages-artifact-5
- dev-dependabot/github_actions/actions/setup-node-6
- dev-dependabot/github_actions/actions/checkout-6
- dev-feat/long-running-step-feedback
- dev-steve/nervous-varahamihira-2f7ad8
- dev-steve/lpx-620-yolo-ecs-web-scaling-target-tracking-autoscaling-yolo-scale
- dev-fix/lpx-263-valkey-transit-encryption
- dev-steve/determined-gould-80cb4e
- dev-steve/quirky-murdock-70daeb
- dev-steve/trusting-wing-282059
- dev-steve/lpx-263-elasticache-redis-valkey-shared-cache-session-store-for
- dev-steve/sleepy-bardeen-21d81a
- dev-seth/lpx-560-store-ivs-live-streams-to-s3-vod-archival
- dev-next
This package is auto-updated.
Last update: 2026-06-05 07:23:47 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 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": "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.
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.
