Skip to content

Configuration

Publish the config file:

bash
php artisan vendor:publish --tag=brazil-documents-config
php
return [
    'helpers' => true,
    'locale' => null,
];
OptionDescription
helpersWhen true, registers global cpf(), cnpj(), and cep() helper functions.
localeOverride validation message locale. When null, uses app()->getLocale().

Released under the MIT License · Lucas Cavalheri