laravel-starter icon indicating copy to clipboard operation
laravel-starter copied to clipboard

is:issue is:open How Do I Add Custom Attributes To "sendEmailVerificationNotification" Function

Open ikechukwukalu opened this issue 4 years ago • 0 comments

How do i get sendEmailVerificationNotification to add extra fields besides name and email

I use it like this: User::create($request->getAttributes())->sendEmailVerificationNotification();

ikechukwukalu avatar Sep 22 '20 09:09 ikechukwukalu