locale maintained by laravel-portugal
Description
Resources lang em Português
Authors
Last update
2023/03/13 21:56
(dev-main)
License
Downloads
13 200
Tags
Lang em Português
In this repository, you can find the Portuguese lang files for your Laravel project.
Installation
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"
]
}
Usage
You can publish the lang files using this command:
php artisan laravel-portugal:locale-publish
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.