Laravel Envoy is a tool for executing common tasks you run on your remote servers. Using Blade-style syntax, you can easily set up tasks for deployment, Artisan commands, and more. Currently, Envoy only supports the Mac and Linux operating systems. However, Windows support is achievable using WSL2.
Features
- Install Envoy into your project using the Composer package manager
- Documentation available
- Tasks are the basic building block of Envoy
- Importing Envoy Tasks
- Envoy allows you to easily run a task across multiple servers
- Parallel Execution
- Examples available
