xtrasmal / tactician-middleware-bundle
The Tactician Middleware bundle
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:symfony-bundle
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-11-13 08:31:08 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!