2017 © Pedro PelĂĄez
 

symfony-bundle admin-configuration-bundle

Symfony VinceTAdminConfigurationBundle

image

vincet/admin-configuration-bundle

Symfony VinceTAdminConfigurationBundle

  • Sunday, September 15, 2013
  • by vincenttouzet
  • Repository
  • 3 Watchers
  • 3 Stars
  • 415 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

VinceTAdminConfigurationBundle

This bundle add an admin interface to manage custom configuration values that can be used in your frontend application., (*1)

A configuration value is store in a group and a group rely to a section. It's easy to get a configuration value by its path :, (*2)

section_name:group_name:value_name

To retrieve a value from a controller:, (*3)

$this->container->get('admin.configuration.manager')->get('section_name:group_name:value_name');

To retrieve a value from a twig template:, (*4)

{{ admin_configuration_get('section_name:group_name:value_name') }}

See how to install and [use][2] this bundle., (*5)

The Versions

15/09 2013

dev-master

9999999-dev

Symfony VinceTAdminConfigurationBundle

  Sources   Download

MIT

The Requires

 

by Vincent Touzet

04/09 2013

2.1.x-dev

2.1.9999999.9999999-dev

Symfony VinceTAdminConfigurationBundle

  Sources   Download

MIT

The Requires

 

by Vincent Touzet