-
I'm preemptively creating this issue to address the "Add Alpine-based images" task on the ToDo section of the readme.
I believe I have done it, I will go ahead and create a PR and link it here when…
-
### Octane Version
2.4.0
### Laravel Version
11
### PHP Version
8.3
### What server type are you using?
FrankenPHP
### Server Version
1.2.0
### Database Driver & Version
…
-
### Describe you feature request
**Can you run a project symfony with frankenphp on VPS and use cloudfare ? .**
I put an sf project into production on my vps with frankenphp.
I would like to be a…
-
### 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/proj…
-
Since a few days, Postgres build fails because libxml2 isn't detected (while it looks present):
```
configure: error: library 'xml2' (version >= 2.6.23) is required for XML support
checking for…
-
### 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.
…
-
Hi,
I have 2 Laravel apps each app has its docker file, and I have this in my dockerfile
`ENTRYPOINT ["php", "artisan", "octane:frankenphp"]`
after building each image I push this to my dock…
-
### Symfony version(s) affected
6.4.0
### Description
The error is thrown in `Symfony\Bridge\Doctrine\ContainerAwareEventManager::dispatchEvent` at line 63
```php
62 foreach ($thi…
-
### What happened?
I tried to follow this https://laravel.com/docs/11.x/octane#frankenphp-via-docker, but it did not work when I access the site, https://api.myapp.local, Unable to connect.
I a…
-
I have created a new project in my wsl environment. I thought to try and use Octane + FrankenPhp and Reverb since it there was a lot of discussion about it.
My configuration so far is:
Laravel usin…