David Carrdcblogdev.hashnode.devยทNov 23, 2019Laravel adding custom validation errorsValidating in Laravel can be really simple for instance take this example: request()->validate([ 'due_date' => 'required', 'template' => 'required' ]); This will validate that data in the request object and passes an array of rules which w...984 readsAdd a thoughtful commentNo comments yetBe the first to start the conversation.