We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac649a commit 50e6ad6Copy full SHA for 50e6ad6
README.md
@@ -1 +1,12 @@
1
-# laravel-envoy
+# Laravel Envoy Template
2
+This repository contains automated deployment template for Laravel Envoy. The deployment flow is based on [Capistrano](http://capistranorb.com/).
3
+
4
+## Installation
5
+1. Add `laravel-envoy` to your `composer.json`'s development requires: `"exolnet/laravel-envoy": "dev-master"`
6
+2. Run `composer.phar update exolnet/laravel-envoy`
7
+3. Create a `Envoy.blade.php` on your project's root with the following content: `@include('vendor/exolnet/laravel-envoy/init.php')`
8
+4. Enjoy!
9
10
11
+## License
12
+The code is licensed under the [MIT license](http://choosealicense.com/licenses/mit/). See LICENSE.
0 commit comments