-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Installation documentation needs to be fixed #5627
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
Comments
Looks like the version of symfony is wrong too. The recommanded version is 2.7, not 2.3. |
@javiereguiluz here in the command:
Patch in #5662 |
@Nek- as I see it, it's only an example of showing possibility of installation of specific version (not recommending any version)
Also 2.3 is still current LTS so no problem of it being there. |
@jzawadzki maybe I'm wrong but i think the current LTS is 2.7 |
@Nek- yes - of course - 2.7 - I still live in 2.3 world ;) |
This PR was merged into the 2.7 branch. Discussion ---------- Fixed wrong version of symfony with composer install | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | >2.7 | Fixed tickets | #5627 (comment) Commits ------- a775e38 Fixed wrong version of symfony with composer install
Hi, while going through the installation documentation (https://symfony.com/doc/current/book/installation.html) to create a symfony application, I ran into an issue I have reported on stackoverflow (http://stackoverflow.com/questions/32027702/symfony-error-no-route-found-for-get-app-example).
It needs a small fix at the bottom of the page. The http://localhost:8000/app/example link should be replaced with http://localhost:8000/.
The text was updated successfully, but these errors were encountered: