mawuekom / laravel-langper
Usefull lang files to help you in your laravel multilanguages project
dev-main
2021-08-07 23:24 UTC
Requires
- php: ^7.4|^8.0
- illuminate/support: ^8.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-11-08 06:13:39 UTC
README
This package provides lang files to help you in your laravel multilanguages project.
Installation
You can install the package via composer:
composer require mawuekom/laravel-langper
Usage
php artisan vendor:publish --provider="Mawuekom\Langper\LangperServiceProvider" --tag="lang"
Once done, enjoy !!!
License
The MIT License (MIT). Please see License File for more information.