xtrasmal / tactician-middleware-bundle
The Tactician Middleware bundle
Package info
github.com/xtrasmal/TacticianMiddlewareBundle
Type:symfony-bundle
pkg:composer/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: 2026-03-04 14:12:32 UTC
README
Friendly companion bundle for the TacticianBundle, stacked with middleware Tactician Bundle can be found here: https://github.com/xtrasmal/TacticianBundle
Setup
First add this bundle to your composer dependencies:
> composer require xtrasmal\tactician-middleware-bundle
Then register it in your AppKernel.php.
class AppKernel extends Kernel { public function registerBundles() { $bundles = array( new Xtrasmal\TacticianMiddlewareBundle\TacticianMiddlewareBundle(), // ...
That's it!