blade
blade copied to clipboard
Updated laravel 5.6
Updated illuminate/http to 5.6 it changed the behavior of double encode HTML If you would like to maintain the previous behavior of preventing double encoding, you may use the
after
$blade = new Blade('views', 'cache');
add line
$blade->compiler()->withoutDoubleEncoding();
Information not to seek a solution to the problem