stonkeep/cpf-cnpj

A Laravel Nova field.

Downloads

3447

Stars

1

Version

0.0.1

This package has been archived

CPF/CNPJ at same laravel nova field

Mask and validation in a single field for both CPF and CNPJ The code will understand which of the two options is being inserted.

Install

Run this command into your nova project:

composer require stonkeep/cpf-cnpj

Add it to your Nova Resource:

use Stonkeep\CpfCpnj\CpfCpnj;
CpfCnpj::make('cpf');
stonkeep

Author

stonkeep