Monday, December 9, 2013

Create Custom Validation with namespace using Laravel 4 (Part 1)

In Laravel 4, there are multiple ways on how to validate your submitted data. The built-in functionality was pretty much complete for your common validation needs. But what if you want something more, something more specific. Today, I'm going to talk about how to setup your Laravel application to cater custom validation.