ControllerAutowire:[不推荐使用]从Symfony 3.3开始默认使用控制器自动装配 源码
Controller Autowire-已弃用,在Symfony 3.3+的内核中 该捆绑包仅做两件事。 但是它们做得很好: 1.将控制器注册为服务,并且 2.为他们启用构造函数自动装配 还在想为什么将控制器用作服务? 检查和文章。 安装 composer require symplify/controller-autowire 将捆绑包添加到AppKernel.php : class AppKernel extends Kernel { public function registerBundles () { $ bundles = [
文件列表
ControllerAutowire-master.zip
(预估有个24文件)
ControllerAutowire-master
README.md
3KB
composer.json
876B
src
Contract
DependencyInjection
ControllerClassMapInterface.php
297B
HttpKernel
ControllerFinderInterface.php
271B
ControllerClassMapAwareInterface.php
274B
暂无评论