2017 © Pedro Peláez
 

library gitbar

Quickly and easily manage your Git repository from your staging area

image

danj/gitbar

Quickly and easily manage your Git repository from your staging area

  • Saturday, February 25, 2017
  • by danjohnson95
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

GitBar

Quickly and easily manage your git repository for your staging area, (*1)

alt tag, (*2)

Getting Started

Getting GitBar installed on your existing Laravel application is easy. Just run the following command in your project, (*3)

$ composer require danj/gitbar

After that, you'll need to include the following ServiceProvider to the providers array in your config/app.php file., (*4)

Danj\Gitbar\GitbarServiceProvider::class

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, (*5)

GITBAR_ENABLE=true

Please see below for further configurations., (*6)

GitBar should NEVER be enabled on a production environment, so please make sure you only enable this on your local workstation and staging area., (*7)

Configuration

GitBar can be configured for your needs. You can either publish the config file and edit this directly, or use .env variables., (*8)

Publishing Config File

$ php artisan vendor:publish --provider="Danj\Gitbar"

A new file will be created in /config/gitbar.php. You can modify this directly., (*9)

Using .env variables

The following .env variables are available for GitBar:, (*10)

  • GITBAR_ENABLE
  • GITBAR_PREFIX
  • GITBAR_BIN
  • GITBAR_REPO
  • GITBAR_SOURCE

Please see the comments in the config file for more info about these., (*11)

And that's it!

Issues and Pull Requests are welcome., (*12)

If this package makes development easier for you or your team, donations are greatly appreciated! :beer:, (*13)

The Versions

25/02 2017

dev-master

9999999-dev https://github.com/danjohnson95/GitBar

Quickly and easily manage your Git repository from your staging area

  Sources   Download

MIT

The Requires

 

git toolbar gitbar

12/12 2016

1.0.0

1.0.0.0 https://github.com/danjohnson95/GitBar

Quickly and easily manage your Git repository from your staging area

  Sources   Download

MIT

The Requires

 

git toolbar gitbar