Recommend this page to a friend! |
Download .zip |
Info | Documentation | View files (7) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2024-07-16 (2 days ago) | Not yet rated by the users | Total: 11 This week: 11 | All time: 11,347 This week: 6 |
Version | License | PHP version | Categories | |||
laravel-simple-valid 1.0 | MIT/X Consortium ... | 5 | PHP 5, Libraries, Validation |
Description | Author | |
This package can add validation rules to use in the Laravel application. |
A simple validation to your Laravel 5.5+ Validation Rules. Including IP, e-mail validations and so on.
Install with composer:
composer require lee/laravel-simple-validation
In your controllers, add the validation with your other rules:
use Lee\LaraSimpleValidation;
$request->validate([
'email' => 'required|string|email'
'ip' => ['required', new LaraSimpleValidation],
]);
Files |
File | Role | Description | ||
---|---|---|---|---|
src (1 file) | ||||
tests (1 file) | ||||
.travis.yml | Data | Auxiliary data | ||
composer.json | Data | Auxiliary data | ||
composer.lock | Data | Auxiliary data | ||
phpunit.xml.dist | Data | Auxiliary data | ||
README.md | Doc. | Documentation |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.