Create a FrankenPHP variation #220
Replies: 4 comments
-
This is bombastic 💯 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Especially (as it seems to me) if using Laravel Octane is optional! |
Beta Was this translation helpful? Give feedback.
0 replies
-
i'm most curious how frankenphp will benchmark compared to your other images |
Beta Was this translation helpful? Give feedback.
0 replies
-
FrankenPHP has been moved into development 🥳 Track its status here: #283 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
👉 Describe the problem
Traditional deployment methods of PHP can be tricky because it usually requires two processes to run a PHP app server.
🏆 How to solve this problem
Use FrankenPHP app server
FrankenPHP is a modern PHP app server that simplifies the deployment of PHP. More detail about the project is here: https://frankenphp.dev/
Some additional discussion can be located here https://twitter.com/caddyserver/status/1716564187781136855
Adapt the “serversideup/php” images UX to this variation
We can use the same environment variables and allow users to configure their PHP images easily like we do with the rest of our images.
💯 How do we validate the problem is solved?
Users will be able to deploy a Laravel PHP application running FrankenPHP with the same customization experience as the other serverisdeup/php images.
Beta Was this translation helpful? Give feedback.
All reactions