Skip to content

Commit ba603ee

Browse files
committed
Adicionando RENAVAM ao README
1 parent a338406 commit ba603ee

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,14 @@ $this->validate($request, [
107107
]);
108108
```
109109

110+
* **renavam** - Verifica se o RENAVAM é válido
111+
112+
```php
113+
$this->validate($request, [
114+
'renavam' => 'required|renavam',
115+
]);
116+
```
117+
110118
* **formato_cnpj** - Verifica se o formato de um CNPJ é válida. ( 99.999.999/9999-99 )
111119

112120
```php
@@ -193,7 +201,7 @@ public function store(Request $request)
193201
* **NIS** - https://www.4devs.com.br/gerador_de_pis_pasep
194202
* **CNS** - https://geradornv.com.br/gerador-cns/
195203
* **CERTIDÃO** - https://www.treinaweb.com.br/ferramentas-para-desenvolvedores/gerador/certidao
196-
204+
* **RENAVAM** - https://www.4devs.com.br/gerador_de_renavam
197205
Fique a vontade para contribuir fazendo um fork.
198206

199207
Caso tenha alguma dúvida ou encontre algum bug, abra uma [issue](https://github.com/geekcom/validator-docs/issues) ou pesquise por issues antigas.

0 commit comments

Comments
 (0)