Download the PHP package danj/gitbar without Composer
On this page you can find all versions of the php package danj/gitbar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package gitbar
Short Description Quickly and easily manage your Git repository from your staging area
License MIT
Homepage https://github.com/danjohnson95/GitBar
Informations about the package gitbar
GitBar
Quickly and easily manage your git repository for your staging area
Getting Started
Getting GitBar installed on your existing Laravel application is easy. Just run the following command in your project
After that, you'll need to include the following ServiceProvider to the providers
array in your config/app.php
file.
By default, GitBar is enabled based on the APP_DEBUG
variable. However you can override this behaviour by adding this line in your .env
file
Please see below for further configurations.
GitBar should NEVER be enabled on a production environment, so please make sure you only enable this on your local workstation and staging area.
Configuration
GitBar can be configured for your needs. You can either publish the config file and edit this directly, or use .env variables.
Publishing Config File
A new file will be created in /config/gitbar.php
. You can modify this directly.
Using .env variables
The following .env variables are available for GitBar:
- GITBAR_ENABLE
- GITBAR_PREFIX
- GITBAR_BIN
- GITBAR_REPO
- GITBAR_SOURCE
Please see the comments in the config file for more info about these.
And that's it!
Issues and Pull Requests are welcome.
If this package makes development easier for you or your team, donations are greatly appreciated! :beer: