Skip to content
This repository was archived by the owner on Jan 27, 2020. It is now read-only.

Commit c35a0a1

Browse files
committed
update readme
1 parent 7bdd065 commit c35a0a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

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

3+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/themsaid/laravel-multilingual.svg?style=flat-square)](https://packagist.org/packages/themsaid/laravel-multilingual)
4+
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
5+
[![Total Downloads](https://img.shields.io/packagist/dt/themsaid/laravel-multilingual.svg?style=flat-square)](https://packagist.org/packages/themsaid/laravel-multilingual)
6+
7+
38
This laravel package makes Eloquent Models attributes translatable without the need to separate database tables for translation values.
49

510
You simply call `$country->name` and you get a value based on your application's current locale.

0 commit comments

Comments
 (0)