Storage in laravel says symlink - no such file

后端 未结 12 1948
离开以前
离开以前 2020-12-07 22:39

I deployed laravel app on shared hosting in public_html/app folder. Here is everything from public folder. In /../../files I have rest of files. When I do php artisan storag

12条回答
  •  春和景丽
    2020-12-07 23:36

    Delete the existing storage symbolic link (public/storage) and then run php artisan storage:link command again.

提交回复
热议问题