-
-
Notifications
You must be signed in to change notification settings - Fork 853
Update existing-project.md #810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add missing step
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's better not to separate the steps "Re-execute the recipes to update the Docker-related files according to the packages you use" and "Double-check the changes, revert the changes that you don't want to keep" (they may contain a lot of changes and/or conflicts from Symfony Flex's work). How about adding this step after the step "Double-check the changes, revert the changes that you don't want to keep"?
Swap step order according to @7-zete-7's suggestion Various spelling
docs/existing-project.md
Outdated
> [!NOTE] | ||
> The worker mode of FrankenPHP is enabled by default in the Caddyfile. To disabled it, comment the `worker {}` section of this file. | ||
> You may also remove `runtime/frankenphp-symfony` if you never play on using the worker mode. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps "plan"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad, silly typo!
Co-authored-by: Maxime Helias <[email protected]>
Add missing step