Laravel validation is case sensitive in ends_with
It looks small problem but I can't find the best solution. In Laravel validation, I need to check if the user enters the company email and I'm using ends_with check. But it is case sensitive $request->validate([ 'username' => [...], 'email'…