Is there a limit to validations in a Backpack controller? – Laravel
Laravel has powerful and elegant validation features like unique/ignore/where. And Backpack's CRUD controllers allow for invoking Laravel validation from within the controller. It's clear to me how to invoke simple validation rules like required within the Backpack controller. But what…