定制 vincet/admin-configuration-bundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

vincet/admin-configuration-bundle

Composer 安装命令:

composer require vincet/admin-configuration-bundle

包简介

Symfony VinceTAdminConfigurationBundle

README 文档

README

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

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 :

section_name:group_name:value_name

To retrieve a value from a controller:

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

To retrieve a value from a twig template:

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

See how to install and use this bundle.

统计信息

  • 总下载量: 419
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 4
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-02-17