Driver [slack] not supported.
Closed this issue · 1 comments
nickedwards commented
Hi,
I'm using version 2.2.1
but when running php artisan security-check:slack
I get this error:
InvalidArgumentException
Driver [slack] not supported.
at vendor/laravel/framework/src/Illuminate/Support/Manager.php:119
I have the .env
value for LCS_SLACK_WEBHOOK
set, so thought it should pick the driver up correctly?
Any idea what might be causing this error?
Thanks,
Nick
nickedwards commented
Not sure what updated to cause the error in the first place, as it was working fine last week without this.
But I had to add the laravel/slack-notification-channel
package to resolve this.
composer require laravel/slack-notification-channel