Skip to content

How to send notifications #1750

Answered by didix16
wisliy asked this question in Q&A
Discussion options

You must be logged in to vote

Did you read the Laravel docs and added the Notifiable trait to your User Model? https://laravel.com/docs/8.x/notifications#sending-notifications.

The code that sends the notification must go where you want your program triggers the notification. I.e: a Controller, a Command, a Scheduled Command, etc.

Also you have to define the Notification channels => https://orchid.software/en/docs/alert/#notifications-in-the-admin-panel

Hope it helps.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by wisliy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants