melhorenvio/laravel-validation-rules

Regras básicas de validação para Laravel

2.0.2 2023-11-03 14:17 UTC

This package is auto-updated.

Last update: 2024-05-03 20:59:47 UTC


README

Latest Stable Version Total Downloads

Regras básicas de validação para Laravel. Atualmente temos as seguintes validações implementadas:

  • CPF
  • CNPJ
  • NFe (Nota Fiscal Eletrônica)

Outras validações serão implementadas conforme necessidade ou solicitação.

Installation

You can install the package via composer:

composer require melhorenvio/validation-rules

Usage

// Usage description here

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email tecnologia@melhorenvio.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.