Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1.42 KB

README.md

File metadata and controls

58 lines (34 loc) · 1.42 KB

ME Laravel Validation Rules

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.