This repository contains automated deployment template for Laravel Envoy. The deployment flow is based on Capistrano.
- Add
laravel-envoyto yourcomposer.json's development requires:"exolnet/laravel-envoy": "dev-master" - Run
composer.phar update exolnet/laravel-envoy - Create a
Envoy.blade.phpon your project's root with the following content:@include('vendor/exolnet/laravel-envoy/init.php') - Create your deployment configuration in your Laravel project at
app/config/deploy.php. An example config file is provided in this repository atconfig/deploy.php.example - Enjoy!
This code is licensed under the MIT license. Please see the license file for more information.