laravel-multilang maintained by toriomlab
Laravel MultiLanguage
Installation
Install this package through Composer.
run a command in your command line:
composer require toriomlab/laravel-multilang dev-master
In Laravel the service provider and facade will automatically get registered.
Copy this line to providers at config/app.php file:
Toriomlab\LaravelMultilang\LaravelMultilangServiceProvider::class
To publish and to edit config file run this line :
php artisan vendor:publish --provider="toriomlab\LaravelMultiLang\MultiLangServiceProvider"
After run migration command
php artisan migration