Skip to content

4.1.0

Choose a tag to compare

@binaryk binaryk released this 26 May 12:32
· 3 commits to master since this release
013f619

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),