frankenphp
frankenphp copied to clipboard
🧟 The modern PHP app server
### What happened? Is it actually possible to run multiple laravel octane with franken php based on 1 configuration file? I'm getting `INFO Error: adapting config using caddyfile: /root/projects/Caddyfile:6: unrecognized...
### What happened? Consider the following `worker.php`: ```php
### What happened? I am trying to use ImageMagick on docker frankenphp 1.1.5, but it seems not to be installed, and when I want to install it in my docker...
Hi, what would be the docker-compose for this? but we can't expose the same port in app2 ``` app1 ports: - "80:80" # HTTP - "443:443" # HTTPS app2 ports:...
Hi, How can I use a reverse proxy if I have multiple sites? In my docker-compose.yml I have 2 services having the same port and entrypoint but the host is...
### Describe you feature request When using ngrok with the basic/default setup of Franken server on docker everything works locally (i.e. https://localhost works as expected), but created by ngrok https...
Closes #767.
### What happened? When using (at least) the docker images for `latest` and `latest-php8.2`, the docs at https://frankenphp.dev/docs/known-issues/#composer-scripts-referencing-php suggest adding a script at /usr/local/bin/php, but the actual php binary is...
### Describe you feature request I'd like to be able to run daemon jobs via supervisor. Is this possible or not? I've tried, but I can't run supervisor with frankenphp,...
### What happened? I am seeing weird server crashes in the `dunglas/frankenphp:1.1-php8.3-bookworm` and `dunglas/frankenphp:1.1-php8.3-alpine` images if the `pcntl` extension is also installed. The Frankenphp worker server will crash when uploading...