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
Make sure the APP_URL configuration in .env file is set correctly. after that run following command line:
APP_URL
.env
php artisan config:cache php artisan storage:link