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:

http://p4c.it/test.jpg

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

Popular posts from this blog

gridview - Yii2 DataPorivider $totalSum for a column -

java - Suppress Jboss version details from HTTP error response -

Sass watch command compiles .scss files before full sftp upload -