Mastering Form Validation in Laravel Controllers Adding data through the form is relatively straight forward. Making sure that the data is accurate is part of the process. That’s what this article is about. There are a couple of additional tweaks that need to occur such as inserting the penny amount, not the dollar amount, into the table. https://medium.com/geekculture/laravel-p42-controller-create-store-cmp-eabfcc50b234 Setters Just like we modified the attribute when we were retrieving it, we can modify the attribute when we’re setting it. The best place to do this, if it’s going to be consistent, will be in the model: PersonalCar. The three fields that