We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7f7f3 commit a226680Copy full SHA for a226680
README.md
@@ -7,12 +7,20 @@
7
##### Generate Vue js file stubs via artisan commands.
8
9
### Contents
10
+ - [Upgrade Information](#upgrade-information)
11
- [Install](#install)
12
- [Usage](#usage)
13
- [Configuration](#configuration)
14
- [Testing](#testing)
15
- [Contributing](#contributing)
16
17
+### Upgrade Information
18
+#### Version 0.1.* to Version 0.2.0
19
+Version 0.2.0 adds Laravel 5.4 support. For Laravel 5.3, please use [Version 0.1.4](https://github.com/zachleigh/laravel-vue-generators/tree/v0.1.4):
20
+```
21
+composer require zachleigh/laravel-vue-generators:0.1.*
22
23
+
24
### Install
25
Install via composer:
26
```
0 commit comments