Skip to content

Commit 7fb2eae

Browse files
committed
Update badges
1 parent c80ebc9 commit 7fb2eae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
[![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-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)
6+
[![Latest Stable Version](https://img.shields.io/packagist/v/jetcod/laravel-model-translation?label=Latest%20Stable%20Version)](https://packagist.org/packages/jetcod/laravel-model-translation)
7+
[![Total Downloads](https://img.shields.io/packagist/dt/jetcod/laravel-model-translation?label=Total%20Downloads)](https://packagist.org/packages/jetcod/laravel-model-translation)
8+
[![License](https://img.shields.io/github/license/jetcod/laravel-model-translation?label=License)](https://github.com/jetcod/eloquent-repository/blob/main/LICENSE)
89

910
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.
1011

0 commit comments

Comments
 (0)