sihl
sihl copied to clipboard
Event system
Maybe we want a similar separation of folders. According to Laravel: https://laravel.com/docs/8.x/structure#the-events-directory https://laravel.com/docs/8.x/structure#the-listeners-directory
Notifications (like sending out SMS) based on events are special cases of listeners.
https://laravel.com/docs/8.x/structure#the-notifications-directory
Maybe for us they are listeners that call NotificationService with different Backends (SMS, mail, Slack, etc.)