Support the ongoing development of Laravel.io →
posted 9 years ago
Blade
Last updated 2 years ago.
0

maybe you should check this link

0

I solved my problem by adding the following code in the folder index.php public:

function e($value) { return htmlspecialchars($value, ENT_QUOTES, 'UTF-8'); }

changed htmlentities by htmlspecialchars

Last updated 9 years ago.
0

Using double brackets sanitizes anything that goes through them. Use: {!! $teste !!}

0

Sign in to participate in this thread!

Eventy

Your banner here too?

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.