laravel-portugal/locale

Resources lang em Português
13,211 6
Install
composer require laravel-portugal/locale
Latest Version:v1.1.0
PHP:^8.0
License:MIT
Last Updated:Mar 13, 2023
Links: GitHub  ·  Packagist
Maintainer: Caneco

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.

Related Packages

longman/laravel-multilang

Package to integrate multi language (multi locale) functionality in Laravel 5.x

14,703 54
brackets/translatable

Make your Eloquent models and other content translated into multiple languages

267,235 8
codezero/laravel-localized-routes

A convenient way to set up, manage and use localized routes in a Laravel app.

679,522 545