mnshankar/formvalidation

Easy validation for Laravel applications - PHP >=5.3.0

1.0 2015-02-25 19:38 UTC

This package is not auto-updated.

Last update: 2024-05-01 06:39:59 UTC


README

##Slight mods to Jeffrey Way's laracasts/validation to play nice with php 5.3+ ##if you have php 5.4+, please get laracasts/validation!

Install the package using composer.

"require": {
    "mnshankar/formvalidation": "~1.0"
}

If using Laravel (not required), add the service provider to app/config/app.php in the providers array.

'mnshankar\Validation\ValidationServiceProvider'

Usage

Please refer to https://github.com/laracasts/Validation for detailed instructions.