Laravel Envoy provides you a simple and elegant way to run common tasks on your remote servers. If you have ever used Fabric, Capistrano or other tools for managing remote tasks, you already have an idea how Envoy tasks will look like.
Laravel Envoy Installation
To install Laravel Envoy simply run:
1 |
composer global require "laravel/envoy=~1.0" |
after that, make sure ~/.composer/vendor/bin/envoy is flagged as executable:
1 |
chmod +x ~/.composer/vendor/bin/envoy |