Skip to content

Automated deployment template for Laravel Envoy based on Capistrano.

License

Notifications You must be signed in to change notification settings

xel1045/laravel-envoy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Automated deployment template for Laravel Envoy based on Capistrano.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 95.9%
  • PHP 4.1%