<
e8
Form Validation

Mark as watched? Login

Notes

Login to write notes for this video.

Description

Form validation is one of the coolest features of Laravel and one that is very useful. Let's explore how to refactor our previous Services code to be able to add new services using a form. Then, let's talk about Mass Assignment and how to fix it.