File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,27 @@ On Windows:
2525set SYMFONY_VERSION=6.4.* && docker compose up --wait&set SYMFONY_VERSION=
2626```
2727
28+ > [ !NOTE]
29+ >
30+ > If you install a Symfony 6.4 version, you also need to do these steps:
31+ > ``` bash
32+ > composer require runtime/frankenphp-symfony
33+ > ` ` `
34+ >
35+ > Add this content ` env APP_RUNTIME Runtime\F rankenPhpSymfony\R untime` in the ` frankenphp/Caddyfile` on the ` worker` section.
36+
37+ ` ` ` Caddyfile
38+ frankenphp {
39+ {$FRANKENPHP_CONFIG }
40+
41+ worker {
42+ file ./public/index.php
43+ env APP_RUNTIME Runtime\F rankenPhpSymfony\R untime
44+ {$FRANKENPHP_WORKER_CONFIG }
45+ }
46+ }
47+ ```
48+
2849## Installing Development Versions of Symfony
2950
3051To install a non-stable version of Symfony,
You can’t perform that action at this time.
0 commit comments