Tag «validation»

Form Request Validation with Laravel Validator

form

Form Requests are a great tool in Laravel to cut down on development time and having to do messy finite state machine matching, regular expression replacements, and so forth.  This tutorial will teach you how to create and have a little fun with validating your forms. First, you’ll need to open up Terminal, PuTTy, or …