kiuyha
mutateFormDataBeforeCreate not working
I try to use
mutateFormDataBeforeCreate
to add records according to user input, but it seems this method is not being execute before creating record. I want it to make records as many as the user input the number.
6 replies
Make notifications for successful Reset password Email sent.
I wanna the email especially in reset password can provide the correct notifications, because the notifications when click sending email only show succesful sent email even though, it still being queue, I want it to give notifications according the job executing. I have event to listen to this event when job being success or fail like this.
But there's one problem which the broadcast will not work because the user is not have connection to channel when not log in. So I think to make temporary channel for it which make random uuid or smth like that and it need to pass in the job to being retrieve. Please help me, because this my first time work with php and laravel
7 replies