https://github.com/mawuva/laravel-langper
Usefull lang files to help you in your laravel multilanguages project
https://github.com/mawuva/laravel-langper
Last synced: 3 months ago
JSON representation
Usefull lang files to help you in your laravel multilanguages project
- Host: GitHub
- URL: https://github.com/mawuva/laravel-langper
- Owner: mawuva
- License: mit
- Created: 2021-06-03T14:31:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-07T23:24:16.000Z (over 3 years ago)
- Last Synced: 2024-12-30T09:14:12.834Z (4 months ago)
- Language: PHP
- Homepage: https://packagist.org/packages/mawuekom/laravel-langper
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Usefull lang files to help you in your laravel multilanguages project
This package provides lang files to help you in your laravel multilanguages project.
## Installation
You can install the package via composer:
```bash
composer require mawuekom/laravel-langper
```## Usage
```bash
php artisan vendor:publish --provider="Mawuekom\Langper\LangperServiceProvider" --tag="lang"
```
### Once done, enjoy !!!## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.