matmper/laravel-brazil-validation

Composer package for request field validation for Laravel

1.0.1 2024-04-09 02:45 UTC

This package is auto-updated.

Last update: 2024-09-09 03:48:54 UTC


README

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

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.