martinlindhe / laravel-vue-i18n-generator

Generates a vue-i18n compatible include file from your Laravel translations
MIT License
306 stars 207 forks source link

Remove assets from path folder in config file #88

Closed jcharcosset closed 5 years ago

jcharcosset commented 5 years ago

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

martinlindhe commented 5 years ago

Thanks!