Skip to content

flexix/PathAnalyzerBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flexix\PathAnalyzerBundle installation description

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()
    );
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages