gruponorba/laravel_lang_pt-br

Laravel validation messages in Portuguese

v1.1 2022-09-03 06:56 UTC

This package is auto-updated.

Last update: 2024-04-30 00:27:42 UTC


README

This package provides the PT-BR translations for laravel validation messages.

Installation

composer require GrupoNorba/laravel_lang_pt-br --dev

Publish the translation files to your resources/lang/pt-br using the following comand:

php artisan vendor:publish --tag=laravel_lang_pt-br