Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use on demand notification #2

Open
rubanshah opened this issue Mar 9, 2021 · 0 comments
Open

How to use on demand notification #2

rubanshah opened this issue Mar 9, 2021 · 0 comments

Comments

@rubanshah
Copy link

rubanshah commented Mar 9, 2021

Consider the case when numbers are not stored as part of UserModel and want to send message directly to a number something similar to

Notification::route('smsbroadcast', '+380501111111')
->notify(new AccountApproved());

Similar to email notification
Notification::route('mail',$sender->email)->notify(new orderRequest($data['order']));

we need an option for route method

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant