Problem
I have my Laravel 8 project on a shared hosting which uses cPanel. Uploaded my files and database with some records, for old records website displays all the images, but when I upload new images they're not showing up, photos are uploading on a storage folder, but not showing up.
Solution:
Solution is to delete the "STORAGE" folder if exists, then run this command line:
php artisan storage:link
Top comments (0)