laravel-lang maintained by pektop
Languages for Laravel
Language strings of Laravel Framework
Compatible with Laravel
- 5.0
- 5.1
- 5.2
- 5.3
- 5.4
- 5.5
Available languages
- Russian
Install
Require this package with composer using the following command:
composer require pektop/laravel-lang dev-master
Add the service provider to the providers array in config/app.php (pass if you use Laravel 5.5)
LaravelLang\ServiceProvider::class
You can publish resources now
php artisan vendor:publish --provider="LaravelLang\ServiceProvider"
License
Licensed under the MIT license