mahdi abl
mahdi abl

Reputation: 1

package filemanager github

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.

enter image description here

Upvotes: -2

Views: 69

Answers (1)

Nauman Bashir
Nauman Bashir

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

Related Questions