suwdo
Results
1
comments of
suwdo
You should be able to create a queued job that sends the notification. Something like this in the queued job: ```php public function handle() { Slack::to('#channel')->send('message'); } ```