Replies: 1 comment 1 reply
-
FrankenPHP is just a custom build of Caddy, you can manage your virtual hosts as with a standard Caddy installation using site blocks: https://caddyserver.com/docs/caddyfile/concepts#addresses Supporting multiple PHP installations in the same process is currently not supported. You'll have to start a different instance of FrankenPHP per PHP version. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Actually, I code apps in Laravel,
I wanted to test frankenphp locally; And if its Okay, move the Prod.
How I'm settings up things now :
Question 1 : How to manage multiple hosts (apps) in frankenphp ?
I slso use a script to switch PHP versions : 7.4 -> 8.1 -> 8.2 , by Enable/Disable Apache Modules (or services for FPM) + update-alternatives
Question 2 : How to manage PHP versions in frankenphp ?
Thanks for your Help
Beta Was this translation helpful? Give feedback.
All reactions