It turns out that I am sending messages to the views, through the class Session
and its method flash
documentation:
Session-> Flash
But at the moment of sending an accent, in the view it brings me the code as if it did not have the utf-8
configured. And my HTML page if you have that configured.
I suspect that it is laravel or PHP, which apparently is not configured with utf-8.
And my question if anyone knows what is the best way to solve this problem?
Greetings.