Recommend this page to a friend! |
![]() |
Info | Documentation | ![]() |
![]() |
![]() |
Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2024-07-16 (8 months ago) ![]() | Not yet rated by the users | Total: 14 | All time: 11,441 This week: 53![]() |
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],
]);
![]() |
File | Role | Description | ||
---|---|---|---|---|
![]() |
||||
![]() |
||||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Doc. | Documentation |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
![]() |
![]() | laravel-simple-valid-2024-07-16.zip 17KB |
![]() | laravel-simple-valid-2024-07-16.tar.gz 16KB |
![]() | Install with Composer |
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.