Replies: 1 comment
-
Are you looking to do something specific with your Laravel setup? Local environment, production, or perhaps serverless? The official documentation for Laravel with FrankenPHP is available here: FrankenPHP Laravel Docs. It provides plenty of resources to help you get started with Laravel 9 right out of the box.
If you need to customize the FrankenPHP container (e.g., PHP dependencies), you can check out the API Platform implementation—it’s a great example of what you can do to tailor it to your needs, just adapt the php endpoint to your laravel setup. You’ll find their Dockerfile here: API Platform Dockerfile. I’m more on the Symfony side of the force, but I don’t see any reason why it wouldn’t work smoothly for Laravel 9! 😊 |
Beta Was this translation helpful? Give feedback.
-
I’d like to know if it’s possible to use FrankenPHP with Laravel 9. Is there any example FrankenPHP script for Laravel 9?
Any guidance or resources would be greatly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions