Closed Guilllaum closed 9 years ago
In Laravel 5, should we not rather use {!! Analytics::render() !!} instead of {{ Analytics::render() }} to avoid htmlentities function? (reference: http://laravel.com/docs/5.1/blade#displaying-data > Displaying Unescaped Data)
I think many detail still base on Laravel 4.0
In Laravel 5, should we not rather use {!! Analytics::render() !!} instead of {{ Analytics::render() }} to avoid htmlentities function? (reference: http://laravel.com/docs/5.1/blade#displaying-data > Displaying Unescaped Data)