Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sistrum Notifications

Mail, database, custom notification channels, delivery events, and testing fakes for Maat applications.

class WelcomeNotification extends Notification {
  @override
  List<String> via(Object notifiable) => const ['mail'];

  @override
  MailMessage toMail(Object notifiable) =>
      MailMessage().subject('Welcome').line('Thanks for joining.');
}

await user.notify(WelcomeNotification());

Register NotificationServiceProvider and include sistrumMigrations when using the database channel. New Ptah applications include both automatically.

About

Multi-channel notifications for Maat applications.

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages