database notification not working
it was working fine before
but i dont thy its not working
i try do dumps but not found any wrong data
this is my code
Notification::make()
->title('Penjualan Baru')
->icon('heroicon-o-shopping-bag')
->body('hai')
->sendToDatabase(auth()->user());
i check notification table still empy
7 Replies
Maybe you need to enable database notification for the panel.
Here is the docs link:
https://filamentphp.com/docs/3.x/panels/notifications#overview
im already enable on my panel but nothing change
Nothing on log?
where i can see the log?
storage/logs/laravel.log
solved bro
its not work because after using import action queue driver should database
so i start art queue:work and everything working fine
thx for u help bro