#Information
Compatible with Symfony 2.5 (under construction)
DHorchlerConfigBundle stores configuration settings in an ORM database and makes them administrable in Sonata Admin Bundle. These settings can be used anywhere in your project and can be modified at runtime by a Sonata admin user.
#Features:
###Currently supported data types: string, integer, float, date, datetime, choice, multiplechoice.
#Installation
##Get the bundle
Let Composer download and install the bundle by first adding it to your composer.json
and then running
##Enable the bundle in app/AppKernel.php
##Create the settings table
You can do this by calling
or
or how ever you like.
#Configuration
In your app/config/config.yml add
After all this start managing your settings from the Sonata Admin backend.
#Usage example:
#Preview:



#Todo:
How can I help you explore Laravel packages today?