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
No description
7 Replies
Raziul Islam
Raziul Islam10mo ago
Maybe you need to enable database notification for the panel. Here is the docs link: https://filamentphp.com/docs/3.x/panels/notifications#overview
Raziul Islam
Raziul Islam10mo ago
No description
jepewsykes
jepewsykesOP10mo ago
im already enable on my panel but nothing change
Raziul Islam
Raziul Islam10mo ago
Nothing on log?
jepewsykes
jepewsykesOP10mo ago
where i can see the log?
Raziul Islam
Raziul Islam10mo ago
storage/logs/laravel.log
jepewsykes
jepewsykesOP10mo ago
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

Did you find this page helpful?