Storage in laravel says symlink - no such file

后端 未结 12 1942
离开以前
离开以前 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:28

    Make sure the APP_URL configuration in .env file is set correctly. after that run following command line:

    php artisan config:cache
    php artisan storage:link
    

提交回复
热议问题