Answer the question
In order to leave comments, you need to log in
For Notification in Laravel there is a method similar to the bcc method for Mail::to?
In the code, email notifications are called something like this: $user->notify(new Message());
Can I somehow call a method in it, similar to bcc for emails? Documentation example.
Mail::to($request->user())
->bcc($evenMoreUsers)
->send(new OrderShipped($order));
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question