Installer script for FrankenPHP binary #1036
alexander-schranz
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
Like this: #594 |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I think FrankenPHP is ideal software to get started with PHP fast even without having docker.
then already can use it with
./frankenphp php-server --listen 127.0.0.1:8081 --root publicMaybe we can provide a bash script which downloads the correct binary by detect the cpu architecture and download it to the directory and make it runable.
Such oneliner to install frankenphp into the current directly could look like this:
Maybe also a parameter for a specific version can be added.
Beta Was this translation helpful? Give feedback.
All reactions