Y
Hacker News
new
|
ask
|
show
|
jobs
by
JonoBB
4273 days ago
In Laravel Version 5 (due in a month or two), escaping will be on by default.
1 comments
noir_lord
4273 days ago
Yep, and to do none escaped you have to use {!! $foo !!} which at least makes it
obvious
at a glance as {{{ $foo }}} {{ $foo }} got lost easily.
link