sms notification #137
-
i want to perform sms notification whenever users do particular actions |
Beta Was this translation helpful? Give feedback.
Answered by
darshan45672
Oct 9, 2024
Replies: 1 comment
-
you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Milan-C-I
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can use
php artisan make:notification <notification-name>
this will create a new file extending
Notification class
inside that file you can define methods to share the notification
https://laravel.com/docs/11.x/notifications