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
I had a bit of trouble finalizing the configuration of the project because some informations was missing to finish the installation on the frontend side and the configuration of the yaml examples were incorrect, so I preferred to use the command lines to avoid this kind of error.
Thanks for these additions, made it more straight-forward to set up the project. Not sure if the docker commands are necessary for the generic use case though.
One thing that could also be improved: in the Running the server locally section, remind the reader that using the built-in Symfony server is only available when APP_ENV is set to dev.
Kind of obvious but I just kept getting There are no commands defined in the "server" namespace even after manually installing symfony/web-server-bundle and that gave me a few 'errr what' moments... (yes, all my fault!)
Not sure if the docker commands are necessary for the generic use case though.
You're right, I preferred to put it on because I don't have a front and someone like me who hasn't installed these tools, I took the liberty of leaving it on so I wouldn't have a hard time installing it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I had a bit of trouble finalizing the configuration of the project because some informations was missing to finish the installation on the frontend side and the configuration of the yaml examples were incorrect, so I preferred to use the command lines to avoid this kind of error.