Laravel - Request and Response
What happens if the following validation fails?
and the request has no
$request->validate(['email' => 'required|email']);
and the request has no
email field?