Looking to hire Laravel developers? Try LaraJobs
This package is not available.

slack-laravel maintained by maurohmartinez

Description
A simple package to send notifications to Slack channels.
Last update
2025/03/17 14:33 (dev-main)
License
Links
Downloads
40
Tags

Comments
comments powered by Disqus

Installation

   composer require all-devs/slack-laravel
   php artisan vendor:publish --provider="AllDevs\SlackLaravel\app\Providers\SlackLaravelServiceProvider"

How to use it

  1. Default channel: use the default webhook to send all common messages.
  2. Error channel: use a webhook to send all errors of your application.
  3. Dev channel: use a local webhook that overrides all messages when the application is running locally.
  4. Deploy channel: use a deploy webhook to send info about repo pull requests.

Test

You can easily test the service using our console command php artisan slack:test and then follow the instructions.