dev-master
9999999-dev https://github.com/flexix/configuration-bundleSimple configuration object
MIT
The Requires
- symfony/framework-bundle 3.*
- php >=5.5.9
The Development Requires
by Mariusz Piela
configuration bundle flexix
Simple configuration object
by Mariusz Piela mariusz.piela@tmsolution.pl, (*1)
To install the bundle, add:, (*2)
//composer require "flexix/configurationBundle": "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\ConfigurationBundle\FlexixConfigurationBundle() ); }, (*5)
Simple configuration object
MIT
configuration bundle flexix