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
bug #10177 Page Creation Small Changes (ahinkle, weaverryan)
This PR was submitted for the master branch but it was merged into the 4.1 branch instead (closes#10177).
Discussion
----------
Page Creation Small Changes
This PR includes changes to the page creation page for the user to easily understand the breakdown and removes unnecessary areas.
- Move the Controller tip to the example controller area instead of the annotation route. The hint currently drops unexpectedly to the end user after a routes discussion.
- The `profiler-pack` is already included with the Symfony package. Removed composer installation area. Additionally, users may be confused why there is more than one route when it declares "You should see one route" -- added a note on debugging routes.
- Twig is automatically included with Symfony. No need to direct the user to require and install it with composer.
- Shorter, more elegant array syntax on the `render()` example.
Commits
-------
14ca439 minor fixes
cecebdc Shorter array syntax for declaring numbers variable
9d33d42 Twig is included with Symfony. No need to have the user run composer
2bc5bed The `profiler-pack` is included in the composer package. It can be a bit confusing to the user with the extra stuff showing on the screen.
56b64c0 Move the controller tip out of the annotation routes.
0 commit comments