Search code examples
laraveldeploymentstoragelaravel-artisan

Laravel8 storage files not found


php artisan storage:link

local worked fine. After deployment without start php artisan serve it doesnt find the files in storage. Symlink is online.


Solution

  • ok if I make symlink on my own it worked fine.

    use ln -s ../storage/app/public storage

    instead of php artisan storage:link