Language strings of Laravel Framework
- 5.0
- 5.1
- 5.2
- 5.3
- 5.4
- 5.5
- Russian
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"
Licensed under the MIT license