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
- Host: GitHub
- URL: https://github.com/cbouvat/laravel-envol
- Owner: cbouvat
- License: mit
- Created: 2017-02-13T10:49:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T17:37:51.000Z (over 8 years ago)
- Last Synced: 2025-05-02T22:07:42.042Z (about 2 months ago)
- Topics: git, github, github-webhooks, laravel, laravel-5-package
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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