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
feature #20 Extending from AbstractController in controller skeletons (yceruto)
This PR was merged into the 1.0-dev branch.
Discussion
----------
Extending from AbstractController in controller skeletons
> https://symfony.com/doc/master/best_practices/controllers.html#controllers
> [Best Practice] Make your controller extend the `AbstractController` base controller provided by Symfony and use annotations to configure routing, caching and security whenever possible.
> https://symfony.com/doc/master/best_practices/controllers.html#fetching-services
> [Best Practice] Don't use `$this->get()` or `$this->container->get()` to fetch services from the container. Instead, use dependency injection.
Commits
-------
b1701e2 Extending from AbstractController in controller skeletons
0 commit comments