Laravel tip:
Validating the request and then saving `$request->all()` is like checking IDs at the door…
then letting everyone inside anyway.
Use the validated data, not the full request.
Laravel tip:
Validating the request and then saving `$request->all()` is like checking IDs at the door…
then letting everyone inside anyway.
Use the validated data, not the full request.