flexix/path-analyzer-bundle

Path analyzer form Flexix bundle

dev-master 2017-04-13 15:53 UTC

This package is not auto-updated.

Last update: 2024-05-12 00:15:27 UTC


README

by Mariusz Piela mariusz.piela@tmsolution.pl

Installation

To install the bundle, add:

//composer require

"flexix/path-analyzer-bundle": "dev-master"

to your project's composer.json file. Later, enable your bundle in the app's kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Flexix\PathAnalyzerBundle\FlexixPathAnalyzerBundle()
    );
}