intuitiv/it-collector-bundle
Composer 安装命令:
composer require --dev intuitiv/it-collector-bundle
包简介
Addons to the dev debug toolbar of Symfony2
关键字:
README 文档
README
This bundle will allow you to add some extra features to your Symfony2 dev debug toolbar.
Git
You will be able to view, directly in the toolbar, if your local git branch is up-to-date compared to the distant branch.
You can also add some extra useful links in it (Link to the Gitlab/Github project for example).
Installation
For Symfony < 2.8, use stable branch.
For Symfony >= 2.8, use dev-master branch.
Step 1: Download ITCollectorBundle using Composer
$ composer require intuitiv/it-collector-bundle
# symfony >= 2.8
$ composer require intuitiv/it-collector-bundle dev-master
Step 2: Enable the bundle
Finally, enable the bundle in the kernel:
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Intuitiv\ITCollectorBundle\ITCollectorBundle(), ); } ?>
Step 3 Change parameters in your config.yml
it_collector: git: branch: develop # default : master urls: # optional, add additional links - {'name': 'Gitlab', 'url': 'http://gitlab.company.com/bundle/my-project' }
Authors
- Raphaël Amourette (amourette.raphael@gmail.com / Twitter : @_nanakii)
- Tristan Pettinotti (t.pettinotti@gmail.com)
统计信息
- 总下载量: 100
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-12-03