I can't get the images to display on my laravel website. I have the images in the public/img directory and have tried with
src="{{ url('img/logo.png' }}"
and
{{ HTML::image('img/logo.png') }}
I'm using Laravel 5.2. The url displays correctly in the web console as localhost:8000/img/logo.png but doesn't display the image