flugg / laravel-responder

A Laravel Fractal package for building API responses, giving you the power of Fractal with Laravel's elegancy.
MIT License
861 stars 86 forks source link

Language files folder #199

Open Hesesses opened 1 year ago

Hesesses commented 1 year ago

Laravel 10 uses /lang folder instead of /resources/lang

Would be nice to set the default folder in config file if this can not be done automatically.

'error_message_folder' => '/lang', (for example)
'error_message_files' => ['errors'],