Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shoyimobloqulov/laravel-uz-lang
Languages for Laravel
https://github.com/shoyimobloqulov/laravel-uz-lang
laravel laravel-framework laravel-lang laravel-language laravel-package
Last synced: 3 months ago
JSON representation
Languages for Laravel
- Host: GitHub
- URL: https://github.com/shoyimobloqulov/laravel-uz-lang
- Owner: shoyimobloqulov
- License: mit
- Created: 2024-01-30T06:24:03.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-30T07:25:58.000Z (12 months ago)
- Last Synced: 2024-09-30T10:40:50.579Z (4 months ago)
- Topics: laravel, laravel-framework, laravel-lang, laravel-language, laravel-package
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Languages for Laravel
[![Total Downloads](https://poser.pugx.org/shoyim/laravel-lang/d/total.svg)](https://packagist.org/packages/shoyim/laravel-lang)
[![Latest Stable Version](https://poser.pugx.org/shoyim/laravel-lang/v/stable.svg)](https://packagist.org/packages/shoyim/laravel-lang)
[![Latest Unstable Version](https://poser.pugx.org/shoyim/laravel-lang/v/unstable.svg)](https://packagist.org/packages/shoyim/laravel-lang)
[![License](https://poser.pugx.org/shoyim/laravel-lang/license.svg)](https://packagist.org/packages/shoyim/laravel-lang)Language strings of [Laravel Framework](https://github.com/laravel/laravel/tree/master/resources/lang/en)
### Compatible with Laravel
* 10.10
### Available languages
* Uzbekistan
### Install
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"
```### License
Licensed under the [MIT license](http://opensource.org/licenses/MIT)