Skip to content

Automatic deployment Laravel 5.2+ package with webhook Github and Bitbucket

License

Notifications You must be signed in to change notification settings

cbouvat/laravel-envol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Envol BETA

Automatic deployment Laravel 5.2+ package with webhook Github and Bitbucket.

Installation

Require this package with composer :

composer require cbouvat/laravel-envol

Add to config/app.php:

Cbouvat\Envol\EnvolServiceProvider::class,

Install configuration

php artisan vendor:publish --provider="Cbouvat\Envol\EnvolServiceProvider"

Edit "/config/envol.php"

Usage

Add webhook in Github or Bitbucket

http(s)://your-project/envol?key=YOURKEY

Configuration

Soon

TODO

  • Unit test
  • More documentation
  • Custom mail
  • Artisan command
  • Improve logging
  • Error exception

About

Automatic deployment Laravel 5.2+ package with webhook Github and Bitbucket

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages