frankenphp
frankenphp copied to clipboard
🧟 The modern PHP app server
Hi, I think it must be a configuration issue but i don't see the reason. I've created a Symfony Application to test it with FrankenPHP. While it's working with the...
### What happened? We are using the tag `dunglas/frankenphp:latest-php8.3-bookworm` and wondering why latest does not reference the latest php version? We have now change the tag to `1.3-php8.3-bookworm` which references...
Hey all! Currently I'm trying to setup FrankenPHP for my Shopware application after having great success with it in other Symonfy based applications. Everything works as expected when **not** using...
### What happened? Using the FrankenPHP static-builder Docker image provided on the docs is failing with a Laravel app at the spc check process and the libssh2 which seems a...
### Describe you feature request **Is your feature request related to a problem? Please describe.** In my case, i cant build with docker for now in server. We want custom...
### What happened? I'm using the following supervisor command to start FrankenPHP for development: ```Dockerfile FROM docker.io/dunglas/frankenphp:php8.4-alpine ARG UID=1000 ARG GID=$UID ENV TZ=UTC ENV SERVER_NAME="localhost:8080" ENV PHP_INI_SCAN_DIR="${PHP_INI_DIR}/conf.d" ENV SUPERVISOR_PHP_COMMAND="php -d...
### What happened? I have a code that works with php curl, me api request and then uploads the content, this code works both on the php-fpm side. I uninstalled...
### What happened? I'm currently working through https://frankenphp.dev/docs/docker/#running-with-no-capabilities and see the line `useradd -D ${USER};` mentioned several times. Following through the example: ```shell docker run -it --rm dunglas/frankenphp bash export...
Hi, I have a simple app with PHP 8.3/Laravel/Octane which I want to put in container. I use Laravel sample logging config 'single': ``` 'single' => [ 'driver' => 'single',...
Currently, if the `frankenphp_handle_request` function is not called, FrankenPHP is restarted cyclically (see https://github.com/dunglas/symfony-docker/issues/708). It would be nice if FrankenPHP could notify the developer more explicitly that the function was...