sebastiaanluca/laravel-validator

This package is abandoned and no longer maintained. No replacement package was suggested.

Properly handle user input by using your validation rules in form requests (validators) as source of truth.

0.2.0 2017-08-02 16:07 UTC

This package is auto-updated.

Last update: 2022-02-01 13:02:26 UTC


README

Latest stable release Software license Build status Total downloads

Read my blog View my other packages and projects Follow @sebastiaanluca on Twitter Share this package on Twitter

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!