ufirstgroup / laravel-lang-import-export

A Laravel package providing artisan commands to import and export language files from and to CSV
MIT License
41 stars 39 forks source link

FIX | import and export directory set to Storage/app directory #19

Closed smitexpert closed 1 year ago

smitexpert commented 1 year ago

It's difficult to identify the location where the app reads/write the CSV file. I have set the read/write directory to the Storage/app directory. It's will help people to understand easily.

lenssoft commented 1 year ago

By default laravel does not use storage path for it's translation files. This PR would introduce backward incompatible changes which might break other's integration.