matmper / laravel-brazil-validation
Composer package for request field validation for Laravel
1.0.1
2024-04-09 02:45 UTC
Requires
- php: ^8.0.2
- ext-json: *
- illuminate/contracts: >=9.1.5
- illuminate/support: >=9.1.5
Requires (Dev)
- orchestra/testbench: ^8.5
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2025-05-09 05:12:34 UTC
README
Composer package for request brazilian field validation for Laravel
Dependences
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.