Looking to hire Laravel developers? Try LaraJobs

laravel_lang_ka maintained by gegetchkori

Description
Georgian language for Laravel
Last update
2021/01/13 13:30 (dev-master)
License
Links
Downloads
6

Comments
comments powered by Disqus

Laravel-Lang-Ka

Georgian language for Laravel

License Total Downloads Monthly Downloads Daily Downloads

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"