I want to always use html specialchars when outputting with laravel blade.
I think it will be like extending or overwriting the blade, but could you tell me how to implement it?
I am using laravel 4.2.
If you just want to escape the data, it will appear as {{{}}}.
http://readouble.com/laravel/4/2/0/ja/templates.html#other-blade-control-structures
© 2024 OneMinuteCode. All rights reserved.