stonkeep / cpf-cnpj
A Laravel Nova field.
Installs: 3 458
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 1
Requires
- php: >=7.1.0
This package is auto-updated.
Last update: 2022-08-29 15:29:22 UTC
README
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');