frankenphp
frankenphp copied to clipboard
🧟 The modern PHP app server
### What happened? Run Laravel app ### Build Type [Download from Github](https://github.com/dunglas/frankenphp/releases/download/v1.1.1/frankenphp-linux-x86_64) ### Worker Mode No ### Operating System GNU/Linux ### CPU Architecture x86_64 ### PHP configuration ```shell frankenphp php-server...
### What happened? I am trying to install extra extensions for laravel octane: Steps to reproduce: ```bash git clone https://github.com/dunglas/frankenphp cd frankenphp docker buildx bake --load --set "*.platform=linux/amd64" --set static-builder.args.PHP_EXTENSIONS=bcmath,ctype,curl,dom,fileinfo,filter,gd,intl,gmp,iconv,imagick,mbstring,mysqli,mysqlnd,openssl,pdo,pdo_mysql,session,simplexml,ssh2,token...
### Describe you feature request We recently tried FrankenPHP, and it works really well. But default binaries do not include the YAML extension. I know I can build FrankenPHP with...
### What happened? I've compiled static build of my Laravel application, started it, making requests, but application responses with 500 error from application. When try to use artisan command, got...
### Describe you feature request **Is your feature request related to a problem? Please describe.** There are some known issues with connecting to the database #290, #233, #438, and there...
### Describe you feature request Opening an issue for this so it doesn't get forgotten. Discussion: https://github.com/dunglas/frankenphp/discussions/556 The custom solution I implemented was using lots of CPU so I had...
### What happened? Hi, I am using Laravel + Inertia + Vuejs, below is my dockerfile. My questions: 1. Is it okay to install other packages like composer, nvm, supervisor,...
### What happened? Running `frankenphp php-cli artisan tinker` in Laravel framework prints the following error: ``` Error Call to undefined function cli_set_process_title() ``` ### Build Type Official static build ###...
### Describe you feature request **Standalone binary works well and works out of the box. Nice!** However, in order to run the binary on Octane, I am doing like below:...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....