Laravel-Blade icon indicating copy to clipboard operation
Laravel-Blade copied to clipboard

Is it possible to set the content tags

Open albertleao opened this issue 9 years ago • 0 comments
trafficstars

as you would in laravel?

\Blade::setRawTags('{+', '+}');

Update:

I see you can do getCompiler() and do it that way, but regardless of the tags I put, my app is still escaping HTML when I'm trying to echo an html string.

albertleao avatar Jun 08 '16 19:06 albertleao