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

**Is your feature request related to a problem? Please describe.** The documentation for the docker images points you at https://hub.docker.com/r/dunglas/frankenphp/tags, with... quite a few images (360+ pages worth at time...

enhancement

Hello, I'm developing an API using the latest dockerize with the Alpine version of [FrankenPHP](https://frankenphp.dev/) (`dunglas/frankenphp:latest-alpine`) and I use Mercure to synchronize data with my front-end application built with React....

### What happened? I think I tried everything, included the web help and forums. After that I am not sure the problem is here or in my code. I have...

bug

### What happened? We are using Dockerfile with `dunglas/frankenphp:1.2.1-php8.3.9-bookworm` without workers. It works fine; however, when I run 4 E2E workers against the container, it gets killed with a segmentation...

bug

Found a typo. Please note that the "edit this page" button on the french website does go to the english section. I'm not sure where to look to fix this

Better temporary fix for https://github.com/golang/go/issues/68285.

it took me quite a while to figure what the URLs are (they are defined in the compose.yaml file). i think it would be worth it to explain here, because...

### Describe you feature request how to integrate ioncube with frankenphp and caddy? is there any simple solution?

enhancement

Closes #884. Needs https://github.com/caddyserver/caddy/pull/6429.

### What happened? Is this how `handle_response` is supposed to be working now (config taken from the [official Caddy docs](https://caddyserver.com/docs/caddyfile/directives/reverse_proxy#examples))? (Follow-up on #365) ``` { debug frankenphp { } local_certs...

bug