Fajar Adhietya
Fajar Adhietya

Reputation: 1

Image Not Found 404 But Image Path Correctly in Laravel

I copy project laravel to new hosting and new domain, its working fine. But the problem is when i upload new image, that image successfully upload to file storage/app/public/upload/folder, but that image not showing on page. See below image

not found 404 on page

path image correct

Upvotes: 0

Views: 416

Answers (1)

Sok Hai
Sok Hai

Reputation: 546

You need to run: php artisan storage:link to link storage to public folder

Upvotes: 1

Related Questions