In this repository, you can find the Portuguese lang files for your Laravel project.
You can install the package via composer:
composer require laravel-portugal/locale --dev
If you want to keep your lang files up to date with every update, add this composer hook to your composer.json file:
"scripts": {
"post-update-cmd": [
"@php artisan laravel-portugal:locale-publish --force"
]
}
You can publish the lang files using this command:
php artisan laravel-portugal:locale-publish
composer test
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.