Support the ongoing development of Laravel.io →
posted 10 years ago
Views Blade

I find that a lot of the output I do in my views shouldn't be or doesn't need to be escaped. After spending some time trying to get used to the new {!! !!} notation, I've come to the conclusion that using {{ }} and {{{ }}} was just a more pleasant and intuitive notation to use.

So I would like to configure my Laravel installs to use the original {{ }} and {{{ }}} directives. But there is a huge caveat... the docs mention that "comments with {{-- will no longer work." So much for the idea that it would be easy to continue using the original notation.

Is there a solution that makes it possible to continue using the original notation, including using comments?

Last updated 3 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

orrd orrd Joined 3 Feb 2014

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.

© 2025 Laravel.io - All rights reserved.