2
Hello, I’m using Blade to show data, the q problem when using the functions ucwords and strtolower is not displayed. (without the right functions, but the text is ugly, or all uppercase, or ,minusculo because customers do not register following a pattern. I could do the conversion in the register, but it is intriguing ). I need to activate some extension?
(I’m using Xampp, localhost)
{{ ucwords(strtolower($produto->produto)) }}
You can track which one is failing sff. Use one at a time and see if/which failure
– Miguel
@Miguel Thanks, I searched, what I saw that there is another function: mb_strtolower , I do not know if strtolower is for older servers.
– Jonas Ferreira