laravel / octane

Supercharge your Laravel application's performance.
https://laravel.com/docs/octane
MIT License
3.71k stars 284 forks source link

Allow debug in CADDY_GLOBAL_OPTIONS #892

Closed chu121su12 closed 2 weeks ago

chu121su12 commented 1 month ago

This PR let debug option to be appended in CADDY_GLOBAL_OPTIONS. See https://caddyserver.com/docs/caddyfile/options#debug

chu121su12 commented 1 month ago

AUTO_HTTPS is already part of http-redirect. Added server-debug option only for FrankenPHP for now

taylorotwell commented 1 month ago

I would actually like to see these become env vars otherwise we may end up with a lot of FrankenPHP specific CLI options?

driesvints commented 2 weeks ago

Going to close this one now as it seems stale. Feel free to resend this once you've made the necessary changes, thanks.