pektop / laravel-lang
This package is abandoned and no longer maintained.
No replacement package was suggested.
Languages for Laravel
v1.1.0
2017-12-12 15:42 UTC
Requires
- illuminate/support: >=5.0 <5.6
This package is not auto-updated.
Last update: 2022-10-15 07:21:55 UTC
README
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