queue to config to set the onQueue for dispatch notifications jobFull Changelog: https://github.com/tomatophp/filament-alerts/compare/v2.2.3...v4.0.0
Full Changelog: https://github.com/tomatophp/filament-alerts/compare/v2.2.1...v2.2.2
Full Changelog: https://github.com/tomatophp/filament-alerts/compare/v2.2.0...v2.2.1
Full Changelog: https://github.com/tomatophp/filament-alerts/compare/v2.0.4...v2.2.0
SettingsFull Changelog: https://github.com/tomatophp/filament-alerts/compare/v2.0.2...v2.0.3
you can use the filament native notification and we add some macro for you
use Filament\Notifications\Notification;
Notification::make('send')
->title('Test Notifications')
->body('This is a test notification')
->icon('heroicon-o-bell')
->color('success')
->actions([
\Filament\Notifications\Actions\Action::make('view')
->label('View')
->url('https://google.com')
->markAsRead()
])
->sendToDiscord(auth()->user())
->sendToEmail(auth()->user())
->broadcast(auth()->user())
->sendToDatabase(auth()->user())
->sendToSlack(auth()->user())
->sendToFCM(auth()->user())
Full Changelog: https://github.com/tomatophp/filament-alerts/compare/v1.0.3...v2.0.0
Full Changelog: https://github.com/tomatophp/filament-alerts/compare/v1.0.2...v1.0.3
Full Changelog: https://github.com/tomatophp/filament-alerts/compare/v1.0.1...v1.0.2
Full Changelog: https://github.com/tomatophp/filament-alerts/compare/v1.0.0...v1.0.1
Full Changelog: https://github.com/tomatophp/filament-alerts/commits/v1.0.0
How can I help you explore Laravel packages today?