sebastiaanluca / laravel-validator
Properly handle user input by using your validation rules in form requests (validators) as source of truth.
Requires
- php: ^7.0
- laravel/framework: ^5.4
Requires (Dev)
- orchestra/testbench: ^3.4.2
- phpunit/phpunit: ^6.2
This package is auto-updated.
Last update: 2022-02-01 13:02:26 UTC
README
Properly handle user input by using your validation rules in form requests (validators) as source of truth.
Table of contents
Requirements
- PHP 7 or higher
- Laravel 5.4 or higher
Install
Via Composer:
composer require sebastiaanluca/laravel-validator
Usage
Simply extend the validator in your form request.
License
This package operates under the MIT License (MIT). Please see LICENSE for more information.
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
composer install
composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email hello@sebastiaanluca.com instead of using the issue tracker.
Credits
About
My name is Sebastiaan and I'm a freelance Laravel developer specializing in building custom Laravel applications. Check out my portfolio for more information, my blog for the latest tips and tricks, and my other packages to kick-start your next project.
Have a project that could use some guidance? Send me an e-mail at hello@sebastiaanluca.com!