You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-execute the recipes to update the Docker-related files according to the packages you use
20
+
If you want to use the [worker mode of FrankenPHP](https://github.com/php/frankenphp/blob/main/docs/worker.md), add the FrankenPHP runtime for Symfony:
21
+
22
+
composer require runtime/frankenphp-symfony
23
+
24
+
> [!TIP]
25
+
> With Symfony 7.4, the `runtime/frankenphp-symfony` package isn't required anymore, as Symfony Runtime natively supports FrankenPHP worker mode.
26
+
27
+
Re-execute the recipes to update the Docker-related files according to the packages you use:
21
28
22
29
rm symfony.lock
23
30
composer recipes:install --force --verbose
@@ -37,8 +44,6 @@ Start the project!
37
44
38
45
Browse `https://localhost`, your Docker configuration is ready!
39
46
40
-
> [!NOTE]
41
-
> If you want to use the worker mode of FrankenPHP, make sure you required the `runtime/frankenphp-symfony` package.
42
-
43
47
> [!NOTE]
44
48
> The worker mode of FrankenPHP is enabled by default in the Caddyfile. To disabled it, comment the `worker {}` section of this file.
49
+
> You may also remove `runtime/frankenphp-symfony` if you never plan on using the worker mode.
0 commit comments