slack-laravel maintained by maurohmartinez
Installation
composer require all-devs/slack-laravel
php artisan vendor:publish --provider="AllDevs\SlackLaravel\app\Providers\SlackLaravelServiceProvider"
How to use it
Defaultchannel: use the default webhook to send all common messages.Errorchannel: use a webhook to send all errors of your application.Devchannel: use a local webhook that overrides all messages when the application is running locally.Deploychannel: 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.