It sounds like you need to setup the public disk still. Try this?
Nov 7, 2018
4
Level 14
How to access files from blade in my storage directory?
I have a file in my storage directory in /storage/invoices/invoice.pdf and I can't access it from my blade view file.
For example:
<a href="{{ storage_path() . '/invoices/' . $data->invoice_pdf }}">
this generates this url
http://localhost/var/www/new_project/storage/invoices/invoice_07_11_2018_18_59_36.pdf
Please or to participate in this conversation.