alanrites / prod-slack-notification
Get notification in real time in your slack channel for exceptions
dev-main
2021-07-11 09:08 UTC
Requires
Requires (Dev)
- orchestra/testbench: ^6.0
This package is not auto-updated.
Last update: 2025-03-04 00:41:58 UTC
README
Get notification in real time in your slack channel for exceptions
If you have Laravel Telescope installed, then you can use this package to trigger a notification to your Slack channel if any exception happens in your app in production. It helps to find bugs and fix it before even your client reports it.
How To configure, What are the steps :
- Require this package. <composer require alanrites/prod-slack-notification>
- Publish the config values <php artisan vendor:publish --provider="Alanrites\ProdSlackNotification\SlackNotificationServiceProvider" --tag="config">
- Change prodslacknotify.php according to your need
- Add a single line of code in your TelescopeServiceProvider.php inside Telescope::filter SlackNotification::send($entry);