frankenphp icon indicating copy to clipboard operation
frankenphp copied to clipboard

🧟 The modern PHP app server

Results 375 frankenphp issues
Sort by recently updated
recently updated
newest added

A few of my urls, particularly those generating pdf's using Html2pdf/TCPDF crash FrankenPHP. I'll investigate whether this is due to imagick being enabled. ```console 2023/10/12 08:50:45.396 INFO http.log server running...

bug

It would be great to install frankenphp using Homebrew.

enhancement

Hi. First of all: great project! In only two days I managed to switch from php pm to frankenphp. I hope this project will be maintained for a longer time...

enhancement

You can right now start with `php-server` a PHP Server without passing a `root` folder. So it's just showing 404 pages. That flag should be required so for DX. Also...

documentation

I have downloaded standalone binary file for my M1 Mac mini (frankenphp-mac-arm64). But there is no information on how to use/install the binary? Where to put it? Rename it? I'm...

documentation

Caddy allows the responses in reverse_proxy to be intercepted via [handle_response](https://caddyserver.com/docs/caddyfile/directives/reverse_proxy#handle_response) like so: ``` php_fastcgi unix//run/php/fpm.sock { # FPM needs full application root root /application/public @accel header X-Accel-Redirect * handle_response...

enhancement

### Describe you feature request We tried frankenphp official docker image with Yii2 framework, but our public folder is called `web` instead of `public`. Can we make [this](https://github.com/dunglas/frankenphp/blob/main/caddy/frankenphp/Caddyfile#L31) configurable via...

enhancement

Hi, I don't if I am doing it correctly, First of all, I am not using Laravel Sail, I am using my own docker file and docker-compose. I just want...

### What happened? I try to create a custom static binary with PHP 8.2 and imagick extension : ``` sudo docker buildx bake --load --set "*.platform=linux/amd64" --set static-builder.args.PHP_VERSION=8.2 --set static-builder.args.PHP_EXTENSIONS=imagick...

bug

### What happened? For some reason, I'm required to build the locale `en_GB-UTF-8` but the necessary sources don't seem to be included in the docker image. ``` $ locale-gen bash:...

bug