| Package Data | |
|---|---|
| Maintainer Username: | exolnet |
| Maintainer Contact: | adeschambeault@exolnet.com (Alexandre D'Eschambeault) |
| Package Create Date: | 2015-06-30 |
| Package Last Update: | 2025-08-28 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-06 15:02:55 |
| Package Statistics | |
|---|---|
| Total Downloads: | 14,685 |
| Monthly Downloads: | 340 |
| Daily Downloads: | 8 |
| Total Stars: | 22 |
| Total Watchers: | 7 |
| Total Forks: | 6 |
| Total Open Issues: | 0 |
This repository contains automated deployment template for Laravel Envoy. The deployment flow is based on Capistrano.
composer require exolnet/laravel-envoy
Envoy.blade.php on your project's root with the following content: @include('vendor/exolnet/laravel-envoy/init.php')
app/config/deploy.php. An example config file is provided in this repository at config/deploy.php
vendor/bin/envoy run deploy:setup
To deploy a new version, run the following command: vendor/bin/envoy run deploy --commit=master
Please see CONTRIBUTING and CODE OF CONDUCT for details.
If you discover any security related issues, please email security@exolnet.com instead of using the issue tracker.
This code is licensed under the MIT license. Please see the license file for more information.