2017 © Pedro Peláez
 

library laravel-commits-behind

Adds artisan command and routes to determine number of commits that current project is behind develop branch

image

staskjs/laravel-commits-behind

Adds artisan command and routes to determine number of commits that current project is behind develop branch

  • Thursday, November 23, 2017
  • by staskjs
  • Repository
  • 1 Watchers
  • 0 Stars
  • 371 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Laravel Commits Behind

Installation

composer require staskjs/laravel-commits-behind

If you are using laravel 5.5+, package will be automatically registered., (*1)

If not, then add Staskjs\CommitsBehind\CommitsBehindServiceProvider to config/app.php, (*2)

php artisan commits-behind command will be registered, as well as /debug/commits-behind route., (*3)

Usage

php artisan commits-behind --branch=develop --type=local, (*4)

Use type local when git folder is directly in the root folder, (*5)

Use type cap is you are deployed with capistrano, (*6)

Same parameters go for route, just pass them as get params., (*7)

The Versions

23/11 2017

dev-master

9999999-dev

Adds artisan command and routes to determine number of commits that current project is behind develop branch

  Sources   Download

by Stas Karpov

23/11 2017

1.0.0

1.0.0.0

Adds artisan command and routes to determine number of commits that current project is behind develop branch

  Sources   Download

by Stas Karpov