skip to Main Content

Unique validation on update Laravel

I have a Laravel application. I am performing the user information update function, but I can't bypass the validation check for the admin_email and admin_title fields in the tbl_admin database. I am using the following FormRequest: <?php namespace AppHttpRequests; use…

VIEW QUESTION
Back To Top
Search