2017 © Pedro Peláez
 

library commits

A Laravel package to get latest git commit messages.

image

tonning/commits

A Laravel package to get latest git commit messages.

  • Saturday, August 5, 2017
  • by tonning
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Get latest git commit messages

Latest Version on Packagist, (*1)

A Laravel package to get latest git commit messages. This can be useful to notify your team of latest git commits, especially if you're deploying using Envoyer where you don't have access to Git after it's been pushed up., (*2)

Postcardware

You're free to use this package (it's MIT-licensed)., (*3)

Installation

You can install the package via composer:, (*4)

composer require tonning/commits

Usage

``` php // config/app.php, (*5)

'providers' => [ ... Tonning\GitCommits\GitCommitsServiceProvider::class, ]; ```, (*6)

Changelog

Please see CHANGELOG for more information what has changed recently., (*7)

Contributing

Please see CONTRIBUTING for details., (*8)

Security

If you discover any security related issues, please email tonning@gmail.com instead of using the issue tracker., (*9)

Credits

License

The MIT License (MIT). Please see License File for more information., (*10)

The Versions

05/08 2017

dev-master

9999999-dev https://github.com/tonning/commits

A Laravel package to get latest git commit messages.

  Sources   Download

MIT

The Requires

 

The Development Requires

commits tonning

05/08 2017

dev-analysis-qrwd7x

dev-analysis-qrwd7x https://github.com/tonning/commits

A Laravel package to get latest git commit messages.

  Sources   Download

MIT

The Requires

 

The Development Requires

commits tonning

05/08 2017

0.1

0.1.0.0 https://github.com/tonning/commits

A Laravel package to get latest git commit messages.

  Sources   Download

MIT

The Requires

 

The Development Requires

commits tonning