Laravel-Blade
Laravel-Blade copied to clipboard
Is it possible to set the content tags
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.