An open API service indexing awesome lists of open source software.

https://github.com/cbouvat/laravel-envol

Automatic deployment Laravel 5.2+ package with webhook Github and Bitbucket
https://github.com/cbouvat/laravel-envol

git github github-webhooks laravel laravel-5-package

Last synced: about 2 months ago
JSON representation

Automatic deployment Laravel 5.2+ package with webhook Github and Bitbucket

Awesome Lists containing this project

README

        

# Laravel Envol BETA

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

## Installation

Require this package with composer :

```shell
composer require cbouvat/laravel-envol
```

Add to `config/app.php`:

```php
Cbouvat\Envol\EnvolServiceProvider::class,
```

Install configuration

```shell
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