Advanced guides
As your Laravel application becomes more popular, it will inevitably grow in complexity, the number of people using it will increase, and pretty much everything else goes up and to the right. Fortunately Fly can reduce some of that complexity by making global deployments easy and provide some best practices for scaling a Laravel application on Fly.
Multiple Fly Applications
At some point a Laravel application will need to run additional services, perhaps Redis for a cache or session storage. Learn how to manage multiple applications from one Laravel project to keep your monolith a monolith.
Laravel Multi-SQLite: LiteFS
Go LiteFS-global with your SQLite-backed Laravel Fly App!
Laravel GitHub Actions: CICD
Configure continuous integration and development on your Laravel Fly App through GitHub.
Using Symfony
See how to run Symfony apps, with just a few tweaks to the Laravel configuration.
Using Inertia SSR
See how to run Inertia SSR Laravel Apps, with just a few tweaks to the Laravel configuration.
Customizing the Dockerfile
Customize the Dockerfile to add additional modules and more