Omschrijving
This package can quickly send alerts to Slack. You can use this to notify yourself of any noteworthy events happening in your app.
use SpatieSlackAlertsFacadesSlackAlert;
SlackAlert::message("You have a new subscriber to the {$newsletter->name} newsletter!");
Under the hood, a job is used to communicate with Slack. This prevents your app from failing in case Slack is down.
Want to send alerts to Discord instead? Check out laravel-discord-alerts.