Resources lang em Português

v1.1.0 2023-03-13 20:56 UTC

This package is auto-updated.

Last update: 2024-04-13 23:41:28 UTC


README

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.