Question By
Solved

After installation the images are not loaded

Solved
oltean-tiberiu

Oct 24th, 2018 10:18 AM

After installation the images are not loaded:

GET http://wave.test/storage/themes/February2018/UUgOwPG08CnLLBOtgNWR.png 404 (Not Found)

Enviroment: Laravel Homestead

in public/storage i found: /Users/tony/Sites/wavedev/storage/app/public

bobbyiliev

Sep 8th, 2022 10:08 PM

Best Answer

Hi there,

I am following up on some of the old unanswered questions on the site.

This is most likely due to a missing storage link. You need to run the following:

php artisan storage:link

For more information you can check out the Wave documentation here: