Language strings of Laravel Framework
- 10.10
- Uzbekistan
Require this package with composer using the following command:
composer require shoyim/laravel-lang dev-master
Add the service provider to the providers
array in config/app.php
(pass if you use Laravel 10.10)
LaravelLang\ServiceProvider::class
You can publish resources now
php artisan vendor:publish --provider="LaravelLang\ServiceProvider"
Licensed under the MIT license