Continuing as a "2nd phase" of the previous episode you'll learn how to better structure your validation inside a new Laravel class called "Request". This is like a form request class with specific methods that will allow you to validate your form data without putting a validation directly in the controller action. Simple, effective and clean. Bear with me in one more great episode to learn how good Laravel is!