WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 629cdad

Browse files
authored
Update options.md with Symfony 6.4 installation steps
Added instructions for installing Symfony 6.4 and configuring FrankenPHP.
1 parent 06fc6f2 commit 629cdad

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/options.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,27 @@ On Windows:
2525
set 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\FrankenPhpSymfony\Runtime` in the `frankenphp/Caddyfile` on the `worker`section.
36+
37+
```
38+
frankenphp {
39+
{$FRANKENPHP_CONFIG}
40+
41+
worker {
42+
file ./public/index.php
43+
env APP_RUNTIME Runtime\FrankenPhpSymfony\Runtime
44+
{$FRANKENPHP_WORKER_CONFIG}
45+
}
46+
}
47+
```
48+
2849
## Installing Development Versions of Symfony
2950

3051
To install a non-stable version of Symfony,

0 commit comments

Comments
 (0)