Laravel FormRequest Mutators / Attribute Casting
When I was handling form requests in Laravel controller, I felt a need for some intermediate class or a trait in the FormRequest. A a quick Google search revealed that I was not alone but there wasn’t any package available to accomplish what I needed.
Continue reading...