Reputation: 1
Good morning, I downloaded the filemanager package via github and went through all the steps, but it gives me this error when I run it. Thank you for your help.
Upvotes: -2
Views: 69
Reputation: 119
Kindly check the path of the file. Do also check uploaded file in storage folder.
Also you need to run create a symlink between storage and public directory to access the file:
php artisan storage:link
Upvotes: 0