first question, what is the document root?
Apr 17, 2024
12
Level 1
Issues - with the public folder symbolic link
any ideas on what could be the issue? Laravel 10 - ubuntu docker / sail
//creating the link seems to work
php artisan storage:link
//i can see the folder inside
app
public
storage
compliance
image.jpg
Trying to access the image in blade - resource not available
<img src="{{asset('storage/compliance/image.jpg')}}" >
<img src="{{ url('storage/compliance/image.jpg')}}" >
//404
http://localhost/storage/compliance/image.jpg
//storage folders
storage
app
public
compliance
image.jpg
Please or to participate in this conversation.