The method signature is :
public function image($url, $alt = null, $attributes = array(), $secure = null)
So, you can do this
{{ HTML::image('/path/image.jpg', 'This is an image', ['class' => 'logo']) }}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community