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
minor #8555 Update controller syntax for bundle-less applications (mimol91)
This PR was merged into the master branch.
Discussion
----------
Update controller syntax for bundle-less applications
Update information how to render controller action in bundle-less applications.
Symfony 4 encourages to do not use bundles, thus why embedding controller action in twig is slightly different.
`App\\Controller\\ArticleController:recentArticles` instead of 'bundle syntax' `AppBundle:Article:recentArticles`
Commits
-------
480c1a6 Update controller syntax for bundle-less applications
0 commit comments