php - Laravel and images dsiplay -
i'm using laravel 5.2, in moment i'm testing views builtin php server. display images in views, used code
<img src="{{asset('images/logo.png')}}" alt="logo">
when load page browse don't see images, if try inspect code see
<img src="http://localhost:8010/images/logo.png" alt="logo">
then, if try follow link of image, don't see image it's code:
it's clear i'm doing wrong, issue related definition of mime types? see {{asset('my_file_here')}}
works fine css files , jvascript.
at first create virtual host , check image folder permission .
Comments
Post a Comment