Skip to content

flexix/ControllerConfigurationBundle

Repository files navigation

Flexix\ControllerConfigurationBundle installation description

by Mariusz Piela mariusz.piela@tmsolution.pl


Installation

To install the bundle, add:

//composer require

"flexix/controller-configuration-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\ControllerConfigurationBundle\FlexixControllerConfigurationBundle()
    );
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages