xtrasmal/tactician-middleware-bundle

The Tactician Middleware bundle

dev-master / 1.0.x-dev 2015-04-09 10:14 UTC

This package is not auto-updated.

Last update: 2024-04-17 06:02:10 UTC


README

Build Status Scrutinizer Code Quality

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!