Hello Guys.
I recently added HTML class by using composer to Laravel 5, but HTML::image() method return a simple string (Html image tag and attibutes as string) instead of loading images.
Are you using
{!! HTML::image("...") !!}
and not
{{ HTML::image("...") }}
?
It is the new blade syntax in L5 for echoing data not escaped.
Here you will find all you need:
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community