PHPackages                             visual-ideas/moonshine-laravel-translations - 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. [Database &amp; ORM](/categories/database)
4. /
5. visual-ideas/moonshine-laravel-translations

ActiveLibrary[Database &amp; ORM](/categories/database)

visual-ideas/moonshine-laravel-translations
===========================================

Manage Laravel translation files with MoonShine admin panel

1.1.0(2y ago)219MITPHPPHP ^8.0|^8.1|^8.2

Since Jul 6Pushed 2y ago1 watchersCompare

[ Source](https://github.com/visual-ideas/moonshine-laravel-translations)[ Packagist](https://packagist.org/packages/visual-ideas/moonshine-laravel-translations)[ Docs](https://github.com/visual-ideas/moonshine-laravel-translations)[ RSS](/packages/visual-ideas-moonshine-laravel-translations/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (5)Versions (7)Used By (0)

Laravel translations manager for [MoonShine admin panel](https://moonshine.cutcode.dev)
=======================================================================================

[](#laravel-translations-manager-for-moonshine-admin-panel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f58c8834ab490b380780f8f1b80ade54a21c5653968724bc8fc7c7ce4cf52d15/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f76697375616c2d69646561732f6d6f6f6e7368696e652d6c61726176656c2d7472616e736c6174696f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/visual-ideas/moonshine-laravel-translations)[![Total Downloads](https://camo.githubusercontent.com/1d5fdabd1155cd4b6e6b4a43cb19d4bf143dff23b53c2ead717538d7592b3631/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f76697375616c2d69646561732f6d6f6f6e7368696e652d6c61726176656c2d7472616e736c6174696f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/visual-ideas/moonshine-laravel-translations)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require visual-ideas/moonshine-laravel-translations
```

You must run the migrations with:

```
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --provider="VI\MoonShineLaravelTranslations\Providers\MoonShineLaravelTranslationsServiceProvider" --tag="config"
```

This is the contents of the published config file:

```
TODO Config info
```

Add new MoonShine resource to your MoonShineServiceProvider file, like this:

```
MenuItem::make('Переводы', new \VI\MoonShineLaravelTranslations\Resources\MoonShineLaravelTranslationResource())
    ->translatable()
    ->badge(fn()=>cache()->remember('moonshine_laravel_translations_changed_count',
        now()->addMinute(),
        fn()=>\VI\MoonShineLaravelTranslations\Models\MoonshineLaravelTranslation::getCountChanged()))
    ->icon('heroicons.outline.language'),
```

Credits
-------

[](#credits)

- [Alex](https://github.com/alexvenga)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~16 days

Total

6

Last Release

1010d ago

Major Versions

0.0.1 → 1.0.02023-07-07

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12836836?v=4)[AlexVenga](/maintainers/AlexVenga)[@alexvenga](https://github.com/alexvenga)

---

Top Contributors

[![alexvenga](https://avatars.githubusercontent.com/u/12836836?v=4)](https://github.com/alexvenga "alexvenga (14 commits)")

---

Tags

eloquentguilaravellaravel-packagelocalizationmoonshinemultilingualphptranslationvivisualideasphplaravellocalizationtranslationguieloquentmultilingualmoonshineviVisualIdeas

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/visual-ideas-moonshine-laravel-translations/health.svg)

```
[![Health](https://phpackages.com/badges/visual-ideas-moonshine-laravel-translations/health.svg)](https://phpackages.com/packages/visual-ideas-moonshine-laravel-translations)
```

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11223.5M33](/packages/anourvalar-eloquent-serialize)[visual-ideas/moonshine-spatie-medialibrary

Spatie\\MediaLibrary field for MoonShine Laravel admin panel

2017.7k](/packages/visual-ideas-moonshine-spatie-medialibrary)[jayesh/laravel-gemini-translator

An interactive command to extract and generate Laravel translations using Gemini AI.

702.3k1](/packages/jayesh-laravel-gemini-translator)[wayofdev/laravel-cycle-orm-adapter

🔥 A Laravel adapter for CycleORM, providing seamless integration of the Cycle DataMapper ORM for advanced database handling and object mapping in PHP applications.

3535.8k3](/packages/wayofdev-laravel-cycle-orm-adapter)[mominalzaraa/filament-localization

The first and only automatic Filament localization package with intelligent resource scanning, structured translation files, and comprehensive testing

102.8k](/packages/mominalzaraa-filament-localization)[salehhashemi/laravel-repository

Implementing the repository pattern for Laravel projects.

2010.5k](/packages/salehhashemi-laravel-repository)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
