Support the ongoing development of Laravel.io →
posted 5 years ago
Views
Last updated 1 year ago.
0

Hello! I think you should avoid using spaces in an array key __('messages.this text'). Try to replace for __('messages.this_text') or __('messages.this.text'). In the second case you need to have something like:

return [
  'this' => [
     'text' => 'Este texto'
  ]
];
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Alberto alagorovigo Joined 17 Dec 2018

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.