Skip to content

GrupoNorba/laravel_lang_pt-br

Repository files navigation

Laravel Portuguese Validation Messages

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