xtrasmal / tactician-middleware-bundle
战术中间件包
dev-master / 1.0.x-dev
2015-04-09 10:14 UTC
Requires
- php: >=5.5
- league/tactician: ^0.5
- symfony/framework-bundle: ~2.3
Requires (Dev)
- matthiasnoback/symfony-config-test: ~1.0
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~4.5
- scrutinizer/ocular: ~1.1
- symfony/validator: ~2.3
This package is not auto-updated.
Last update: 2024-10-02 07:57:53 UTC
README
友好的TacticianBundle伴侣包,其中包含中间件,可以在以下位置找到TacticianBundle: https://github.com/xtrasmal/TacticianBundle
设置
首先将此包添加到您的composer依赖项中
> composer require xtrasmal\tactician-middleware-bundle
然后在AppKernel.php中注册它。
class AppKernel extends Kernel { public function registerBundles() { $bundles = array( new Xtrasmal\TacticianMiddlewareBundle\TacticianMiddlewareBundle(), // ...
就这些了!