event queue bundle:Symfony事件队列捆绑 源码
SymfonyBundlesEventQueueBundle 安装 要求与作曲家捆绑: composer require symfony-bundles/event-queue-bundle 在内核中启用捆绑: public function registerBundles () { $ bundles = [ // ... new SymfonyBundles \ EventQueueBundle \ SymfonyBundlesEventQueueBundle (), // ... ]; . . . } 在co
下载地址
用户评论