ichhabrecht / git-checker
Web view for local git repository status
2.0.0
2018-03-13 11:47 UTC
Requires
- ichhabrecht/filesystem: ^0.4
- ichhabrecht/git-wrapper: ^1.2
- ichhabrecht/psr7-middleware-yaml-parser: ^1.0
- slim/slim: ^3.1
- slim/twig-view: ^2.0
- symfony/finder: ^3.0
- twbs/bootstrap: ^3.3
Requires (Dev)
- composer/composer: ^1.0.0
- mikey179/vfsstream: ~1.6.0
- phpunit/phpunit: ~4.8.0
Suggests
- friendsofphp/php-cs-fixer: Tool to automatically fix PHP coding standards issues
README
Web view for local git repository status.
Installation
It's recommended that you use Composer to install the git-checker.
$ composer create-project ichhabrecht/git-checker --keep-vcs --no-dev
This will clone and install the git-checker and all required dependencies.
Usage
Point your document root to "public" sub folder in the "git-checker" directory (or the one you specified for the installation).
If you need to change some configuration options, please have a look at app/settings.yml.
Update 1.x -> 2.x
Please note that the structure of the settings.yml file has changed from 1.x to 2.x.
settings.yml
You need to change the key virtual-hosts:
to virtual-host:
.