martinlindhe / laravel-vue-i18n-generator

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

Exactly path of vue-i18n-locales.generated.js #80

Closed paolobattistella closed 4 years ago

paolobattistella commented 5 years ago

Hello. into method getFileName of file GenerateInclude.php you should use public_path() instead of base_path(). Bye Paolo

martinlindhe commented 5 years ago

What is the issue that would be solved by this?