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?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community