You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
in our application we use the attributes() method in form request to map complex keys. We do this to avoid defining in the validation file multiple lines with the same translation over and over.
if it's possibile to prevent this flattening from happening with some env keys would be perfect.
Lang Package Name
laravel-lang/lang
Lang Package Version
15.11.7
Laravel Framework Version
11.39
PHP Version
8.3.14
Dependencies
No response
Issue description
I have
validation.php
file with some attributes (they aren't "request array"):php artisan lang:update
flats these attributes so that __('validation.attributes.person.first_name') will not find them anymoreSteps to reproduce
look at description
The text was updated successfully, but these errors were encountered: