Код: Выделить всё
if (app()->environment('production')) {
Notification::route('slack', config('services.slack.notifications.channel'))
->notify(new NewCustomerSlackNotification($user));
}
< /code>
Мое уведомление выглядит так; < /p>
Подробнее здесь: [url]https://stackoverflow.com/questions/79731142/laravel-12-error-on-sending-slack-notification[/url]
Мобильная версия