Open
Description
The docs page for Installing on an Existing Project is missing a step.
The problem
When following the guide, the app container does not start correctly because the dependency runtime/frankenphp-symfony
is missing. When using the template directly, this is not the case because the dependency gets installed in here.
My suggestion
Adding the following after step "Re-execute the recipes to update the Docker-related files according to the packages you use":
Add frankenphp runtime for Symfony:
composer require runtime/frankenphp-symfony
I created pull request #810 for this issue.
Thank you!
Metadata
Metadata
Assignees
Labels
No labels