it-blaster/config-bundle
最新稳定版本:v1.0.2
Composer 安装命令:
composer require it-blaster/config-bundle
包简介
Symfony2 bundle, adds config list to Sonata
README 文档
README
Installation
Add to composer.json and install
{ "require": { "it-blaster/config-bundle": "dev-master" }, }
Add bundle to AppKernel.php
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new ItBlaster\ConfigBundle\ItBlasterConfigBundle(), ); }
Build models
$ php app/console propel:build
Usage
Use get method wherever you need
$value = Config::get('config_key', $request->getLocale());
Twig function:
{{ config('social_twitter_link', app.request.locale) }}
统计信息
- 总下载量: 125
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-03-21