Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.38 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.38 KB

Laravel Envoy Template

Latest Stable Version Software License Total Downloads

This repository contains automated deployment template for Laravel Envoy. The deployment flow is based on Capistrano.

Installation

  1. Add laravel-envoy to your composer.json's development requires: "exolnet/laravel-envoy": "dev-master"
  2. Run composer.phar update exolnet/laravel-envoy
  3. Create a Envoy.blade.php on your project's root with the following content: @include('vendor/exolnet/laravel-envoy/init.php')
  4. Create your deployment configuration in your Laravel project at app/config/deploy.php. An example config file is provided in this repository at config/deploy.php.example
  5. Enjoy!

Credits

License

This code is licensed under the MIT license. Please see the license file for more information.