Skip to content

Commit a226680

Browse files
committed
Add upgrade information to readme.
1 parent 7a7f7f3 commit a226680

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,20 @@
77
##### Generate Vue js file stubs via artisan commands.
88

99
### Contents
10+
- [Upgrade Information](#upgrade-information)
1011
- [Install](#install)
1112
- [Usage](#usage)
1213
- [Configuration](#configuration)
1314
- [Testing](#testing)
1415
- [Contributing](#contributing)
1516

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+
1624
### Install
1725
Install via composer:
1826
```

0 commit comments

Comments
 (0)