Wave won't load images when imported
I have a slight issue with Wave when i import images ( .png, or .svg ) they simply do not load or show on the website. I'm thinking maybe to change the code will help, but I'm not entirely sure. Does anyone know a solution?
Hello,
There are two things that you might have to do:
- Make sure that your
APP_URL
is set to exactly match the domain name that you are using. - Make sure that you've created the storage link:
php artisan storage:link
Let me know how it goes!
Best,
Bobby