| Package Data | |
|---|---|
| Maintainer Username: | mnshankar |
| Maintainer Contact: | mnshankar@gmail.com (Shankar Manamalkav) |
| Package Create Date: | 2015-02-25 |
| Package Last Update: | 2015-02-25 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-30 03:05:34 |
| Package Statistics | |
|---|---|
| Total Downloads: | 90 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
##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'
Please refer to https://github.com/laracasts/Validation for detailed instructions.