Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.

Commit 8e51fed

Browse files
jcharcossetmartinlindhe
authored andcommitted
Remove assets from path folder in config file (#88)
For new Laravel 5.7 applications, the assets directory that contains the scripts and styles has been flattened into the resources directory. @see https://laravel.com/docs/5.7/upgrade
1 parent 841d82b commit 8e51fed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/vue-i18n-generator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
| Note: the path will be prepended to point to the App directory.
5656
|
5757
*/
58-
'jsPath' => '/resources/assets/js/langs/',
59-
'jsFile' => '/resources/assets/js/vue-i18n-locales.generated.js',
58+
'jsPath' => '/resources/js/langs/',
59+
'jsFile' => '/resources/js/vue-i18n-locales.generated.js',
6060

6161
/*
6262
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)