Save time by handling POST, PUT, and DELETE in a single FormRequest in Laravel 5
This article might seem stupid but I was tired of adding FormRequest for common HTTP verb (PUT, POST, DELETE) used in the controller. Though separating these files might have their benefits in a large application where other checks are needed to be performed but it was…
Continue reading...