infinite-networks/common-bundle
最新稳定版本:3.1.1
Composer 安装命令:
composer require infinite-networks/common-bundle
包简介
Infinite Networks common helpers
README 文档
README
Please note that no support is provided for using this bundle.
Provides common functionality used in most Infinite Networks Symfony2 applications.
- To use the twig variable
site, AppKernel must be modified to add an additional parameter to the container:
protected function getKernelParameters() { $parameters = parent::getKernelParameters(); $parameters['site.version'] = trim(shell_exec('git describe --tags --always')); return $parameters; }
统计信息
- 总下载量: 909
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-05-12