Notifications not showing up.
Hi.
I wanted to add Notifications to actually existing Laravel project and I did everything that docs says, but any Notification does not show up.
There is no error/500/anything that could be helpful.
I wanted to add Notifications to actually existing Laravel project and I did everything that docs says, but any Notification does not show up.
There is no error/500/anything that could be helpful.
- npm install tailwindcss... - everything is fine here.
- I configured tailwind.config.js
- For styles im using scss - tailwind is imported here as well
- postcss.config.js - looks same like in docs
- Layout is also configured