Skip to content

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

Closed
JVerstry opened this issue Aug 15, 2015 · 6 comments
Closed

Installation documentation needs to be fixed #5627

JVerstry opened this issue Aug 15, 2015 · 6 comments
Labels
hasPR A Pull Request has already been submitted for this issue.

Comments

@JVerstry
Copy link

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/.

@Nek-
Copy link
Contributor

Nek- commented Aug 16, 2015

Looks like the version of symfony is wrong too. The recommanded version is 2.7, not 2.3.

@javiereguiluz
Copy link
Member

Thanks for reporting this issue. We've updated the installation chapter in #5628.

@Nek- I don't understand your comment. Where do we recommend to install 2.3 version? Thanks!

@xabbuh xabbuh added the hasPR A Pull Request has already been submitted for this issue. label Aug 17, 2015
xabbuh added a commit that referenced this issue Aug 19, 2015
This PR was merged into the 2.3 branch.

Discussion
----------

Updated the installation chapter

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | all
| Fixed tickets | #5627

Commits
-------

11fae59 Updated the installation chapter
@Nek-
Copy link
Contributor

Nek- commented Aug 29, 2015

@javiereguiluz here in the command:

composer create-project symfony/framework-standard-edition my_project_name "2.3.*"

Patch in #5662

@jzawadzki
Copy link
Contributor

@Nek- as I see it, it's only an example of showing possibility of installation of specific version (not recommending any version)

If you need to base your application on a specific Symfony version, provide that version as the second argument of the create-project command:

Also 2.3 is still current LTS so no problem of it being there.

@Nek-
Copy link
Contributor

Nek- commented Sep 2, 2015

@jzawadzki maybe I'm wrong but i think the current LTS is 2.7

@jzawadzki
Copy link
Contributor

@Nek- yes - of course - 2.7 - I still live in 2.3 world ;)

wouterj added a commit that referenced this issue Dec 18, 2015
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
@wouterj wouterj closed this as completed Jan 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hasPR A Pull Request has already been submitted for this issue.
Projects
None yet
Development

No branches or pull requests

6 participants