asset('users/' . $picture->file_name) @d3cypher
Sep 29, 2017
9
Level 2
How to access the files/images located at storage directory
I have it stored in the project-folder/storage/app
<td>
<a href="{{ storage_path('app/public/users/thumbs/' , $users->file_name ) }}"><img src="{{ storage_path('app/public/users/', $users->file_name ) }}" alt="">
</a>
</td>
and I have those code to refer to. I want to show it in my view. but it won't display something there
Please or to participate in this conversation.