Drupal 11.4 and PHP 8.4 - #32
Conversation
Trust *.orb.local hostnames, fix Caddyfile copy destination (/etc/frankenphp/Caddyfile, not /etc/caddy/Caddyfile — the latter is never read by the base image's CMD, so Drupal's Caddyfile was silently ignored in favor of the stock one), and expose SERVER_NAME for both localhost and the OrbStack domain. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Drupal 11.4's blog post says: Front controllers now utilize symfony/runtime Drupal now integrates the Symfony Runtime component to separate bootstrapping logic from request handling. This provides a clear separation of concerns between preparing the environment (runtime) and handling a request, which will also later enable better integration with FrankenPHP. |
|
@dunglas ^^ just to keep this repo up-2-data as it's references in FrankenPHP documentation. |
|
Also, isn't Drupal compatible with PHP 8.5? |
Yes, core is. Contrib modules are different story tho. I don't personally mind if we go to PHP 8.5 here, as this is more like example repo than project template. |
|
Maybe this can be merged now. I can do another PR for the PHP 8.5. |
…nstead of legacy "ENV key value" format
|
Thank you very much! |
This repo has not been updated for a long time
*.orb.localhostnamesSERVER_NAMEvariableJust enough updates to get things working like
README.mdinstructs.