Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.44 KB

readme.md

File metadata and controls

50 lines (33 loc) · 1.44 KB

Portuguese Localization package for Laravel

Latest Stable Version License Total Downloads

This package provides Portuguese (from Portugal) translation language files for Laravel 11.

Installation

Via Composer

$ composer require square-bit/laravel-pt-localization

Usage

1. Publish command
$ php artisan vendor:publish --tag=laravel-pt-localization
2. Set Portuguese(pt) language as default
// file: config/app.php:

'locale' => 'pt',

Change log

Please see the changelog for more information on what has changed recently.

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

MIT. Please see the license file for more information.