Laravel Dark Mode - Not Working
I tried to change the theme to dark mode, but the view still light mode and I tried change to demo2 still the same, any clue how to fix this?
Replies (2)
Deleted comment
After reading the documentation here: http://localhost:8000/documentation/getting-started/dark-mode
need to install with this param:npm run dev --dark-mode --demo1
Hi Vonso,
Correct, you have to build the dark mode CSS files.
Thanks