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

Commit

Permalink
Remove assets from path folder in config file (#88)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jcharcosset authored and martinlindhe committed Jun 26, 2019
1 parent 841d82b commit 8e51fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/vue-i18n-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
| Note: the path will be prepended to point to the App directory.
|
*/
'jsPath' => '/resources/assets/js/langs/',
'jsFile' => '/resources/assets/js/vue-i18n-locales.generated.js',
'jsPath' => '/resources/js/langs/',
'jsFile' => '/resources/js/vue-i18n-locales.generated.js',

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 8e51fed

Please sign in to comment.