octane
octane copied to clipboard
Supercharge your Laravel application's performance.
This pull request seeks to fix #884. The actual bug is, when we use Octane + FrankenPHP + Sail, along with env `XDG_CONFIG_HOME:/var/www/html/config`, FrankenPHP generates and updates `/var/www/html/config/caddy/autosave.json` automatically. Therefore,...
### Octane Version v2.3.10 ### Laravel Version v11.6.0 ### PHP Version v8.3.6 ### What server type are you using? FrankenPHP ### Server Version v1.1.4 PHP 8.3.6 Caddy v2.7.6 ### Database...
### Octane Version 2.3.10 ### Laravel Version 11.4.0 ### PHP Version 8.3.7 ### What server type are you using? FrankenPHP ### Server Version 1.1.4 ### Database Driver & Version _No...
This pull request seeks to fix memory leaks like the one in [#887](https://github.com/laravel/octane/issues/887). One big downside about Octane's approach of cloning a new application instance on each request is that...
Currently we're sending the same instance of URL across all requests, when changing `defaults` or `forceRootUrl`, the change is happening across all requests... This should also fix https://github.com/laravel/octane/issues/809
# Problem We are deploying FrankenPHP + Octane and use a custom Caddyfile to proxy the Reverb Server and provide additional Caddy Modules and configuration. Currently, the frankenphp runtime is...
This PR let `debug` option to be appended in CADDY_GLOBAL_OPTIONS. See https://caddyserver.com/docs/caddyfile/options#debug
### Octane Version 2.3.4 ### Laravel Version 10.46.0 ### PHP Version 8.2.20 ### What server type are you using? Swoole ### Server Version 5.1.1 ### Database Driver & Version _No...
### Octane Version 2.3.12 ### Laravel Version 11.9.2 ### PHP Version 8.3.0 ### What server type are you using? Roadrunner ### Server Version 2024.1.2 ### Database Driver & Version _No...
Octane and service providers have somewhat delicate relationship. You have to consider a lot of nuances when creating a provider that should work with Octane. One careless resolution of a...