An open API service indexing awesome lists of open source software.

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

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.