Laravel's Request gives you a bunch of different helper methods for interacting with user input. Although I recommend just sticking with `$request->validate()`, there are a few useful ones, if you need something specific.

https://securinglaravel.com/security-tip-retrieving-request-values/ #Laravel

Comments