Skip to content

Commit 50e6ad6

Browse files
committed
Update README.md
1 parent fac649a commit 50e6ad6

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
# laravel-envoy
1+
# 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

Comments
 (0)