4.1.0
Added
- Config to disable slack against sending notifications. This might be useful in testing environments.
/**
* Indicate whether to allow sending slack notifications and persist them.
*/
'slack_dev_enabled' => env('SLACK_DEV_LOG_ENABLED', true),