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
…reguiluz)
This PR was merged into the 2.7 branch.
Discussion
----------
Reworded the explanation about the --router option
This fixes#7919.
In addition to fixing the reported issue, I propose to reword this phrase because it's a bit difficult to understand: `Use the --router option in any other environment or to use another router script:`
Commits
-------
079e0e9 Reworded the explanation about the --router option
http://symfony.com/doc/master/setup/built_in_web_server.html
Command
php bin/console server:start --env=test
doesn't work with Symfony 3.3.0-RC1, following error is displayed:The reason is a new version of AppKernel.php in Symfony Standard Edition - WebServerBundle is included only in 'dev' environment.
The text was updated successfully, but these errors were encountered: