Download the PHP package techpromux/dynamic-context-configuration-bundle without Composer
On this page you can find all versions of the php package techpromux/dynamic-context-configuration-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download techpromux/dynamic-context-configuration-bundle
More information about techpromux/dynamic-context-configuration-bundle
Files in techpromux/dynamic-context-configuration-bundle
Package dynamic-context-configuration-bundle
Short Description Manage Dynamic Context Configuration Variables
License GPL-3.0
Homepage https://github.com/TechPromux/TechPromuxDynamicContextConfigurationBundle
Informations about the package dynamic-context-configuration-bundle
TechPromux Dynamic Configuration Bundle: for dynamic system variables
This project is a symfony based bundle with possibility to manage multiple dynamic system variables.
It provides a custom code for create records to save configurations in multiple data type values.
You can add your own custom variables types and this bundle can manage them in a admin panel too.
You only need download it and use it with a little effort.
We hope that this project contribute to your work with Symfony.
Instalation
Open a console in root project folder and execute following command:
composer install techpromux/dynamic-context-configuration-bundle
Configuration
For custom database and other options edit files:
// TODO
Create/Update tables from entities definitions, executing following command:
./bin/console doctrine:schema:update --force
Force bundle to copy all assets in public folder, executing following command:
./bin/console assets:install web (for Symfony <= 3.3)
./bin/console assets:install public (for Symfony >= 3.4)All versions of dynamic-context-configuration-bundle with dependencies
techpromux/base-bundle Version ^1.0.3
techpromux/dynamic-configuration-bundle Version ^1.0.3