We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally posted by jaydrogers November 13, 2023
Traditional deployment methods of PHP can be tricky because it usually requires two processes to run a PHP 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
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.
Users will be able to deploy a Laravel PHP application running FrankenPHP with the same customization experience as the other serverisdeup/php images.
The text was updated successfully, but these errors were encountered:
Locking this conversation in favor of any comments being put directly on the PR: #283
Sorry, something went wrong.
jaydrogers
Successfully merging a pull request may close this issue.
Discussed in #220
Originally posted by jaydrogers November 13, 2023
👉 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.
The text was updated successfully, but these errors were encountered: