Skip to content

Commit 8e06744

Browse files
committed
create README badges
1 parent 657e1c2 commit 8e06744

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

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

3+
[![Actions Status](https://github.com/jetcod/laravel-translation/actions/workflows/php.yml/badge.svg?style=for-the-badge&label=%3Cb%3EBuild%3C/b%3E)](https://github.com/jetcod/laravel-translation/actions)
4+
5+
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)
8+
39
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.
410

511
## Installation

0 commit comments

Comments
 (0)