Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/megaads-vn/laravel-multilanguage

Generate file language and provide a tool edit file
https://github.com/megaads-vn/laravel-multilanguage

Last synced: 10 days ago
JSON representation

Generate file language and provide a tool edit file

Awesome Lists containing this project

README

        

# laravel-multilanguage
## Installation:
**add in file composer.json**
```
composer require megaads/laravel-multilanguage
```
## Usage:
**Register Provider**
```
# /Config/app.php
'providers' => [
Megaads\MultiLanguage\MultiLanguageServiceProvider::class
];

# /Config/auth.php:
'basicAuthentication' => [
'username' => 'admin',
'password' => 'admin'
]
```
****
```
Genereta lang file:

php artisan lang:generate

Go http://domain/lang-editor
```