Keep going your videos are the best i learned a lot
@yelocode Жыл бұрын
Thanks for watching
@HamadAbdulla_7 Жыл бұрын
thank you boss
@yelocode Жыл бұрын
Thanks for watching Hamad.
@ifeanyinnaemego Жыл бұрын
Thanks
@ifeanyinnaemego Жыл бұрын
Please can you explain tenant in Laravel
@yelocode Жыл бұрын
Thanks for watching. Will try to cover it in the future.
@agneldominique352 Жыл бұрын
Great... thankyou
@yelocode Жыл бұрын
Welcome 😊
@ilahazs Жыл бұрын
how to put custom rule inside #[Rule] like rule when the email must be unique to users table but ignoring the current logged in user email? i try to put in that rule inside #[Rule] it's said invalid expression
@hakoom_2000 Жыл бұрын
Ignore(your input variable )
@ilahazs Жыл бұрын
@@hakoom_2000 how to do it? Ignore(auth()->id()) ?
@rafablum Жыл бұрын
The options: #[Rule(['name'=>'required|min:3'], message: ['required' => ':attribute is required.'], attribute: ['name' => 'Name'])] or #[Rule('required|min:8', message: ':as is required', as: 'Password')]