rudirocha/vcs-bundle
Composer 安装命令:
composer require rudirocha/vcs-bundle
包简介
Version Control DataCollector
README 文档
README
A Version Control Bundle for development helping.
GIT
Git is the only (for now) version control system implemented
Features
- Branch name at toolbar
- Toolbar info with current user name and email + remote origin URL + File change counter
- Profiller page with all files changed
- Profiller page with branch list for checkout
Instalation steps
- Install by composer
composer require rudirocha/vcs-bundle
- Add it at your AppKernel.php
...
new Rubius\VCSBundle\RubiusVCSBundle(),
...
- Enable Datacollector routes at your routing_dev.yml
...
_vcsbundle:
resource: "@RubiusVCSBundle/Controller"
prefix: /_vcs
...
- Make sure your config.yml has translation fallback available
Next Steps
- Add translations
- Enable more "point and click" actions for git management
统计信息
- 总下载量: 34
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-04-21