Skip to content

Commit bc830ae

Browse files
committed
update Readme file
1 parent 5a2391a commit bc830ae

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Laravel Translation
1+
# Laravel Model Translation
22

3-
[![Actions Status](https://github.com/jetcod/laravel-translation/actions/workflows/tests.yml/badge.svg?style=for-the-badge&label=%3Cb%3EBuild%3C/b%3E)](https://github.com/jetcod/laravel-translation/actions)
3+
[![Actions Status](https://github.com/jetcod/laravel-model-translation/actions/workflows/tests.yml/badge.svg?style=for-the-badge&label=%3Cb%3EBuild%3C/b%3E)](https://github.com/jetcod/laravel-model-translation/actions)
44

55

6-
[![Latest Stable Version](http://poser.pugx.org/jetcod/laravel-translation/v?style=for-the-badge)](https://packagist.org/packages/jetcod/laravel-translation)
7-
[![License](http://poser.pugx.org/jetcod/laravel-translation/license?style=for-the-badge)](https://packagist.org/packages/jetcod/laravel-translation)
6+
[![Latest Stable Version](http://poser.pugx.org/jetcod/laravel-model-translation/v?style=for-the-badge)](https://packagist.org/packages/jetcod/laravel-model-translation)
7+
[![License](http://poser.pugx.org/jetcod/laravel-model-translation/license?style=for-the-badge)](https://packagist.org/packages/jetcod/laravel-model-translation)
88

99
Laravel Translation is a package that provides a simple and efficient way to manage translations in your Laravel applications. It allows you to store translations of all your models attributes in database, making it easy to manage and update translations without modifying language files.
1010

@@ -13,7 +13,7 @@ Laravel Translation is a package that provides a simple and efficient way to man
1313
You can install the package via Composer:
1414

1515
```bash
16-
composer require jetcod/laravel-translation
16+
composer require jetcod/laravel-model-translation
1717
```
1818

1919
## Configuration

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
2-
"name": "jetcod/laravel-translation",
3-
"description": "Laravel Translation simplifies managing model attribute translations in your Laravel applications by storing them in the database.",
2+
"name": "jetcod/laravel-model-translation",
3+
"description": "Laravel Model Translation simplifies managing model attribute translations in your Laravel applications.",
44
"license": "MIT",
55
"keywords": [
66
"laravel",
7+
"locale",
8+
"language",
79
"Translation",
810
"localization"
911
],

0 commit comments

Comments
 (0)