Package Data | |
---|---|
Maintainer Username: | exolnet |
Maintainer Contact: | adeschambeault@exolnet.com (Alexandre D'Eschambeault) |
Package Create Date: | 2015-06-30 |
Package Last Update: | 2024-10-17 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-11 15:02:26 |
Package Statistics | |
---|---|
Total Downloads: | 10,514 |
Monthly Downloads: | 373 |
Daily Downloads: | 7 |
Total Stars: | 22 |
Total Watchers: | 10 |
Total Forks: | 7 |
Total Open Issues: | 3 |
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.