laravel-portugal / locale
Resources lang em Português
Installs: 13 149
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: ^8.0
- laravel/framework: ^9.34|^10.0
Requires (Dev)
- laravel/pint: ^1.2
- orchestra/testbench: ^7.0
- pestphp/pest: ^1.22
README
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.