PHPackages                             dnj/laravel-localization - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. dnj/laravel-localization

ActiveLibrary

dnj/laravel-localization
========================

v1.0.1(2y ago)02281MITPHPPHP ^8.1

Since Oct 14Pushed 2y ago1 watchersCompare

[ Source](https://github.com/dnj/laravel-localization)[ Packagist](https://packagist.org/packages/dnj/laravel-localization)[ RSS](/packages/dnj-laravel-localization/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (1)

Laravel Localization
====================

[](#laravel-localization)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2913b9bdf4992ad28b35fd4cf8d55e692cdb840c0ffb896f30a473807d1bf221/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f646e6a2f6c61726176656c2d6c6f63616c697a6174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dnj/laravel-localization)[![Total Downloads](https://camo.githubusercontent.com/12f9402f5634b20de5e2c534635c605363512ab626eb9eecb2234001b2ccac24/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f646e6a2f6c61726176656c2d6c6f63616c697a6174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dnj/laravel-localization)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

This package helps you to manage and present your multi-language Eloquent models easier.

There is core concept: You have a record (like Product) and each record has some localized attribute (like title or descriptions). So you create a Eloquent model for your main entity:

```
