Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/megaads-vn/laravel-multilanguage
- Owner: megaads-vn
- License: mit
- Created: 2020-03-23T04:40:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-18T03:59:00.000Z (almost 2 years ago)
- Last Synced: 2024-08-09T04:57:25.728Z (5 months ago)
- Language: PHP
- Size: 173 KB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```