blade icon indicating copy to clipboard operation
blade copied to clipboard

Updated laravel 5.6

Open visavi opened this issue 8 years ago • 0 comments

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

visavi avatar Feb 11 '18 19:02 visavi