pektop / laravel-lang
Languages for Laravel
Installs: 32
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 12
Open Issues: 0
pkg:composer/pektop/laravel-lang
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