square-bit / laravel-pt-localization
Portuguese Localization package for Laravel
Installs: 1 779
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- laravel/framework: ^8.0|^9.0|^10.0
README
This package provides Portuguese (from Portugal) translation language files for Laravel 8.
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 info@square-bit.com instead of using the issue tracker.
Credits
License
MIT. Please see the license file for more information.