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
Using double brackets sanitizes anything that goes through them. Use: {!! $teste !!}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community