Skip to content

Commit 012424e

Browse files
authored
Update README.md
Added a notice for Laravel 5.7 compatibility
1 parent e6e6d75 commit 012424e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Laravel 5 package that allows you to share your [Laravel localizations](http://l
66
with your [vue](http://vuejs.org/) front-end, using [vue-i18n](https://github.com/kazupon/vue-i18n) or [vuex-i18n](https://github.com/dkfbasel/vuex-i18n).
77

88

9+
## Laravel 5.7 notice!
10+
11+
Configuration paths have changed in Laravel 5.7, in order for this package to function properly you need to configure correct paths for jsPath and jsFile in your `config\vue-i18n-generator.php`.
12+
13+
914
## Install the package
1015

1116
In your project:

0 commit comments

Comments
 (0)