Closed andreich1980 closed 7 years ago
Hello,
the family is the name of the lang file. e.g. : @lang('message.New account')
Laravel will search in the lang/xx/message.php
file for array key New account
and get the corresponding value.
If you simply write @lang('New account')
, I don't know where Laravel can search. Perhaps it is a new feature (because I don't have write a line of Laravel code for several months) but I don't think so...
I ran
localization:missing
and got messages like thatWhat is the family?
Strings in my blades are like:
Strings in my controllers are like:
Please help me.