Looking to hire Laravel developers? Try LaraJobs

locale maintained by laravel-portugal

Description
Resources lang em Português
Last update
2023/03/13 21:56 (dev-main)
License
Downloads
13 200

Comments
comments powered by Disqus

Lang em Português

Latest Version on Packagist GitHub Tests Action Status Total Downloads

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.