sihl icon indicating copy to clipboard operation
sihl copied to clipboard

Event system

Open aronerben opened this issue 5 years ago • 0 comments

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.)

aronerben avatar Oct 28 '20 12:10 aronerben