antonioribeiro / firewall

Firewall package for Laravel applications
BSD 3-Clause "New" or "Revised" License
1.39k stars 162 forks source link

Slack notification not working #149

Closed webtamizhan closed 4 years ago

webtamizhan commented 5 years ago

Hi, i just follow everything on docs for sending slack notification about attack., no slack message has been sent.

swilla commented 4 years ago

Slack notifications is no longer in the Laravel core, you need to make sure you install this package: https://laravel.com/docs/5.8/notifications#slack-notifications

composer require laravel/slack-notification-channel