How can I get the message for validation on path resources/lang/myLang?
The only way that I could make works was creating a method message in my Request file but I don't want make that in each module.
Could you help me?
Hello you can use the following:
trans('yourmodule::file.key')
@lang('yourmodule::file.key')
@nWidart That should be @lang() instead of @trans(). (I made the same mistake the other day too. D:)
Most helpful comment
Hello you can use the following: