2017 © Pedro Peláez
 

symfony-bundle controller-configuration-bundle

Contorller configuration for Flexix controllers

image

flexix/controller-configuration-bundle

Contorller configuration for Flexix controllers

  • Thursday, June 1, 2017
  • by mariusz.piela
  • Repository
  • 1 Watchers
  • 0 Stars
  • 29 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 12 % Grown

The README.md

Flexix\ControllerConfigurationBundle installation description

by Mariusz Piela mariusz.piela@tmsolution.pl, (*1)


Installation

To install the bundle, add:, (*2)

//composer require

"flexix/controller-configuration-bundle": "dev-master"

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

``` <?php // app/AppKernel.php, (*4)

public function registerBundles() { $bundles = array( // ... new Flexix\ControllerConfigurationBundle\FlexixControllerConfigurationBundle() ); }, (*5)

The Versions

01/06 2017

dev-master

9999999-dev https://github.com/flexix/controller-configuration-bundle

Contorller configuration for Flexix controllers

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mariusz Piela

configuration bundle controller flexix