flexix / controller-configuration-bundle
Contorller configuration for Flexix controllers
Package info
github.com/flexix/ControllerConfigurationBundle
Type:symfony-bundle
pkg:composer/flexix/controller-configuration-bundle
dev-master
2017-06-01 06:49 UTC
Requires
- php: >=5.5.9
- flexix/configuration-bundle: dev-master
- symfony/framework-bundle: 3.*
Requires (Dev)
- phpunit/phpunit: 6.*
This package is not auto-updated.
Last update: 2026-03-11 08:44:36 UTC
README
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()
);
}