Level 102
You would need to return it as a response from a controller. https://laravel.com/docs/9.x/filesystem#downloading-files
Hello,
If I uploaded file to the following path:
storage/app/certificates/2022/one.pdf
how can I access this file in the browser? is it possible without being stored in the public dir? and if I had to store it like that how can I access it?
You would need to return it as a response from a controller. https://laravel.com/docs/9.x/filesystem#downloading-files
Please or to participate in this conversation.