Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Fix binary directory for demo application#6632
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
| built-in web server executing the ``phpbin/console server:run`` command. Access | ||
| built-in web server executing the ``phpapp/console server:run`` command. Access | ||
| to the ``http://localhost:8000`` URL in your browser to start using the Symfony | ||
| Demo application. |
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 suggest to add a comment (http://docutils.sourceforge.net/docs/user/rst/quickref.html#comments) explaining why we useapp/console, in order to avoid this regression in the future. What do you think@xabbuh ?
tgalopin commentedJun 1, 2016
Should we wait forsymfony/demo#338 or fix it now and wait for Symfony 3.1 to be used ? |
xabbuh commentedJun 21, 2016
Assymfony/demo#338 was merged do we still want to make this change? |
javiereguiluz commentedJun 21, 2016
I agree with@xabbuh. Symfony Demo will use Symfony 3.1 starting from the next version. |
tgalopin commentedJun 21, 2016
If the demo works out of the box with 3.1 in the next version, we can definitely close this :) . IMO we have to keep in mind that demo users don't know Symfony though, it has to be certain that they won't have to change anything :) . |
wouterj commentedJun 21, 2016
@javiereguiluz do you know when the next release will be released? If it's soon, let's close this :) |
javiereguiluz commentedJun 21, 2016
@wouterj I want to release it ASAP. I'm just waiting a bit so more people can test it and send PRs (yesterday we received some bugfix PRs) |
xabbuh commentedJun 22, 2016
I suggest that we wait until the end of this week and either merge here or celebrate the new demo release. |
wouterj commentedJul 8, 2016
The latest demo version is updated, so we can safely close this one. Thanks@BaptisteAmato anyway for trying to fix this! |
Hello,
While trying to install the Symfony Demo application following the documentation onhttp://symfony.com/doc/master/book/installation.html#installing-the-symfony-demo-application, I had a problem as
php bin/console server:rundoes not work.I understood in#6182 that the demo application uses Symfony 2.8 and therefore uses
php app/consolebut I also noticed the regression of this PR in68650b8.This PR fixes this.