gegetchkori / laravel_lang_ka
Georgian language for Laravel
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
pkg:composer/gegetchkori/laravel_lang_ka
Requires
- php: ^7.1|^8.0
- laravel/framework: 5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0
This package is auto-updated.
Last update: 2025-12-14 01:06:31 UTC
README
Georgian language for Laravel
This package allows you to replace locale en with ka in config/app.php file. So your project auth, pagination, password and validation messages will be translated into Georgian language.
Requirements
| name | version |
|---|---|
php |
^7.1 or ^8.0 |
laravel |
from 5.5.* to ^8.0 |
Installation
Run this command on terminal in your project root:
composer require gegetchkori/laravel_lang_ka
Then run this command on terminal in your project root:
php artisan vendor:publish --provider="Gegetchkori\Laravel_lang_ka\LanguageServiceProvider"