Skip to content

Composer package for request field validation for Laravel

License

Notifications You must be signed in to change notification settings

matmper/laravel-brazil-validation

Repository files navigation

Laravel Brazil Validation 🇧🇷

Composer package for request brazilian field validation for Laravel

PRs Welcome Packagist Github Actions License MIT

Dependences

  • PHP >= 8.0.2 (Doc)
  • Laravel >= 9 (Doc)
  • Composer (Doc)

Install

Install composer package and publish:

# install package
$ composer require matmper/laravel-brazil-validation

# publish package
$ php artisan vendor:publish --provider="Matmper\Providers\ValidationProvider"

Documentation

laravel-brazil-validation version Laravel versions
1.x 9 / 10 / 11

Access: Complete Documentation

Contribution & Development

This is an open source code, free for distribution and contribution. All contributions will be accepted only with Pull Request and that pass the test and code standardization.

Run composer install in yout development env:

$ composer install --dev --prefer-dist

Now you can use composer check in your terminal.

About

Composer package for request field validation for Laravel

Resources

License

Stars

Watchers

Forks

Packages

No packages published