I've tried to use <br />
, \n\r
,
to start new line but all these symbols do not work, because Laravel escapes messages.
I wonder is there any way to start new line in a message?
// resources/lang/en
return [
'some_message' => 'Some text New line here'
];
I understand I could extend Translator
class or write my own helper, but I'm looking for more elegant solution.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire