Skip to content

Commit

Permalink
Atualizando lista de regras
Browse files Browse the repository at this point in the history
  • Loading branch information
Wallace Maxters committed Jan 28, 2021
1 parent 2d5763a commit d41f9d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ A diferença é que será possível usar os seguintes métodos de validação:
* **`formato_pis`** - Valida se o campo tem o formato de PIS.
* **`pis`** - Valida se o PIS é válido.

* **`cpf_ou_cnpj`** * - Valida se o campo é um CPF ou CNPJ
* **`formato_cpf_ou_cnpj`** * - Valida se o campo contém um formato de CPF ou CNPJ
* **`cpf_ou_cnpj`** - Valida se o campo é um CPF ou CNPJ
* **`formato_cpf_ou_cnpj`** - Valida se o campo contém um formato de CPF ou CNPJ

### Testando

Expand Down Expand Up @@ -139,6 +139,8 @@ Caso tenha necessidade de acessar alguma regra separadamente, você poderá ter
\LaravelLegends\PtBrValidator\Rules\FormatoPlacaDeVeiculo::class
\LaravelLegends\PtBrValidator\Rules\FormatoPis::class
\LaravelLegends\PtBrValidator\Rules\Pis::class
\LaravelLegends\PtBrValidator\Rules\CpfOuCnpj::class
\LaravelLegends\PtBrValidator\Rules\FormatoCpfOuCnpj::class
```

Por exemplo, se você deseja validar o formato do campo de um CPF, você pode utilizar a classe `LaravelLegends\PtBrValidator\Rules\FormatoCpf` da seguinte forma:
Expand Down

0 comments on commit d41f9d3

Please sign in to comment.