-
- Downloads
feat: update Docker configuration and PHP include paths
- Updated the `docker-compose.yml` to modify the app service configuration for compatibility with Laravel Octane. - Added a backup of the original `docker-compose.yml` as `docker-compose.yml.bak`. - Introduced a new `frankenphp-worker.php` for handling requests in the Octane environment. - Updated PHP include paths in `.idea/php.xml` to reflect changes in dependencies. - Modified `Dockerfile` to use `dunglas/frankenphp` as the base image and simplified the installation of PHP extensions. - Updated `composer.json` to include Laravel Octane as a dependency. - Revised `composer.lock` to reflect the updated dependencies and their respective versions.
parent
807affe6
No related branches found
No related tags found
Showing
- .idea/php.xml 130 additions, 130 deletions.idea/php.xml
- Dockerfile 17 additions, 213 deletionsDockerfile
- Dockerfile.bak 213 additions, 0 deletionsDockerfile.bak
- composer.json 1 addition, 0 deletionscomposer.json
- composer.lock 182 additions, 4 deletionscomposer.lock
- docker-compose.yml 25 additions, 34 deletionsdocker-compose.yml
- docker-compose.yml.bak 38 additions, 0 deletionsdocker-compose.yml.bak
- public/frankenphp-worker.php 7 additions, 0 deletionspublic/frankenphp-worker.php
Loading
Please register or sign in to comment