Multiple guests #87
Unanswered
mateferrox
asked this question in
Q&A
Replies: 1 comment 11 replies
-
Store your event in a variable like this: $event = Event::create('BLA')->.... And then: foreach($guests as $guest){
$event->attendee(....)
} |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
by chance there is the possibility of making a foreach, thus allowing to send invitations to a series of guests?
My code is as follows
Beta Was this translation helpful? Give feedback.
All reactions