laravel / slack-notification-channel

Slack Notification Channel for laravel.
https://laravel.com/docs/notifications#slack-notifications
MIT License
869 stars 61 forks source link

Add support for conditional Slack messages #71

Closed maartenpaauw closed 1 year ago

maartenpaauw commented 1 year ago

This pull request will add the Conditionable trait to the SlackMessage class. By adding this trait the methods when and unless can be used to create a Slack notification based on conditions. The same trait is used in the MailMessage class. This will allow you to create, for example, Slack and mail notifications/messages based on the same conditions.