I have a question. I want to localize a multi line text in laravel, in file content.php from /lang/en. The proble is that if i break the text in lines(so that my code looks more readable) i get error 419. My code would look like this:
<?php
return [
'myLocalization' = "My text is
on multiple lines"
];
?>
Array construct requires
=>
not=