mateusjunges/laravel-pt-br-translations

Laravel validation messages in Portuguese

1.0.0 2021-04-26 16:13 UTC

This package is auto-updated.

Last update: 2024-03-26 22:55:49 UTC


README

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

Installation

composer require mateusjunges/laravel-pt-br-translations --dev

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

php artisan vendor:publish --tag=laravel-pt-br-translations