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
As you can see in #3572, the "Page Creation" docs is a bit confusing.
The problem is that the AcmeDemoBundle has a "hello world demo" using the URL /demo/hello/World. That article is creating exactly the same controller bound to /hello/World.
We should consider changing the example in the page creation docs to another docs, which isn't included in the AcmeDemoBundle.
The text was updated successfully, but these errors were encountered:
…ereguiluz)
This PR was merged into the 2.3 branch.
Discussion
----------
Updated the example used to explain page creation
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | 2.3+
| Fixed tickets | #3576
To avoid confusions with the AcmeDemoBundle, this chapter now uses a "Random Number" example instead of the classic "Hello World".
Commits
-------
1350e6c Added a note for users with an existing AcmeDemoBundle
1c01b49 Replaced "AcmeWebsiteBundle" by "AcmeDemoBundle"
2345a0e Reworded the beginning of one section
575bc9a Replaced the "Hello World" example to avoid confusion with AcmeDemoBundle
As you can see in #3572, the "Page Creation" docs is a bit confusing.
The problem is that the AcmeDemoBundle has a "hello world demo" using the URL
/demo/hello/World
. That article is creating exactly the same controller bound to/hello/World
.We should consider changing the example in the page creation docs to another docs, which isn't included in the AcmeDemoBundle.
The text was updated successfully, but these errors were encountered: