Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wallacemaxters authored Sep 2, 2023
1 parent f380fa7 commit fc92079
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,11 @@ E então execute:
composer require laravellegends/pt-br-validator
```

Caso não seja adicionado, adicionar o provider em /DIRETORIO_APLICACAO/config/app.php
```
'providers' => [
...
LaravelLegends\PtBrValidator\ValidatorProvider::class
...
Caso esteja utilizando uma versão desta biblioteca anterior a `5.2`, você deve o provider em `config/app.php`
```php
'providers' => [
// ... outros pacotes
LaravelLegends\PtBrValidator\ValidatorProvider::class
]
```
Agora, para utilizar a validação, basta fazer o procedimento padrão do `Laravel`.
Expand Down

0 comments on commit fc92079

Please sign in to comment.