I bought a metronic theme,
I followed the laravel instructions to build the application.
Everything is working fine except that the svg icons are not working.
I tried looking for a fix on my own but i'm not getting anywhere.
Hi Ali Silarbi,
Please try to run the build command with the demo flag.
npm run dev --demo3
/public/demo3/media/svg/*
Hello,
Excuse me for my late reply,
You should know that i'm using the demo3
After i ran "npm run dev" I got demo 1 folder under <a>/public/demo1/</a> and i got the icons again, but knowing that i don't need the demo1 i deleted the folder. Upon deleting the folder i lost the icons again.
How can i fix that ?
Hi Ali,
When you run the command "npm run dev". Do you see any errors?
Could you please verify the assets folder here if it exists?/public/demo1/media/svg/*
Thanks