rudirocha / vcs-bundle
Version Control DataCollector
Installs: 33
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.0.0
- symfony/symfony: >=3.0.0
This package is not auto-updated.
Last update: 2025-02-01 21:36:09 UTC
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