PHPackages                             crayon/nova-language-management - 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. [Localization &amp; i18n](/categories/localization)
4. /
5. crayon/nova-language-management

ActiveLibrary[Localization &amp; i18n](/categories/localization)

crayon/nova-language-management
===============================

A Laravel Nova tool that helps you implement dynamic languages.

2.0.2(2y ago)43.2k3[1 issues](https://github.com/crayon1337/Nova-Language-Management/issues)MITPHPPHP &gt;=7.2.0

Since May 30Pushed 2y ago1 watchersCompare

[ Source](https://github.com/crayon1337/Nova-Language-Management)[ Packagist](https://packagist.org/packages/crayon/nova-language-management)[ RSS](/packages/crayon-nova-language-management/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (13)Used By (0)

Laravel Nova Langauge Management
================================

[](#laravel-nova-langauge-management)

A tool for Laravel Nova to implement dynamic languages. The whole idea of this package is to rewrite the configuration files of several localization packages based on your inputs.

NOTE: This package does not support Nova 4 right now. We are working on making it available soon enough.

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

[](#installation)

Use the package manager [composer](https://pip.pypa.io/en/stable/) to install this tool.

```
composer require crayon/nova-language-management
```

Usage
-----

[](#usage)

Import the NovaLanguageEditor class at the top of your NovaServiceProvider like below:

```
use Crayon\NovaLanguageEditor\NovaLanguageEditor;
```

Open up NovaServiceProvider and register the tool in the tools method

```
/**
 * Get the tools that should be listed in the Nova sidebar.
 *
 * @return array
 */
public function tools()
{
    NovaLanguageEditor::make();
}
```

### Permissions

[](#permissions)

```
    NovaLanguageEditor::make()->canSee(fn($request) => $request->user()->isSuperAdmin()),
```

Clarification
-------------

[](#clarification)

This tool is uses
[Nova Translatable](https://github.com/optimistdigital/nova-translatable)
[Macamara Laravel Localization](https://github.com/mcamara/laravel-localization)
[Nova Translation Editor](https://github.com/bernhardh/nova-translation-editor)

If you do not have them installed it will install them for you. Also, make sure to publish the configuration files:

```
php artisan vendor:publish --provider="Mcamara\LaravelLocalization\LaravelLocalizationServiceProvider"
php artisan vendor:publish --tag="nova-translatable-config"
php artisan vendor:publish --provider="Bernhardh\NovaTranslationEditor\ToolServiceProvider"
```

### Migration

[](#migration)

Publish language\_lines (Nova Translation Editor) migration

```
php artisan vendor:publish --provider="Spatie\TranslationLoader\TranslationServiceProvider" --tag="migrations"
```

```
php artisan migrate
```

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Screenshots
-----------

[](#screenshots)

[![Nova language management](https://camo.githubusercontent.com/8e00c7e88481fa57b2f3f2fa70ec408f87e0479151cc9e13a2415d8a4d987a9e/68747470733a2f2f692e696d6775722e636f6d2f42584553464b632e706e67)](https://camo.githubusercontent.com/8e00c7e88481fa57b2f3f2fa70ec408f87e0479151cc9e13a2415d8a4d987a9e/68747470733a2f2f692e696d6775722e636f6d2f42584553464b632e706e67)

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84.6% 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 ~70 days

Recently: every ~172 days

Total

12

Last Release

1030d ago

Major Versions

1.0.8 → 2.0.12022-08-29

PHP version history (2 changes)1.0PHP &gt;=7.1.0

1.0.1PHP &gt;=7.2.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/d06243a1084294de83074cbfb65d1e53ce3ae3bb66f3eab086cd92cdf37a3c62?d=identicon)[crayon](/maintainers/crayon)

---

Top Contributors

[![mohamedary](https://avatars.githubusercontent.com/u/17085444?v=4)](https://github.com/mohamedary "mohamedary (22 commits)")[![ibrammelad](https://avatars.githubusercontent.com/u/68359305?v=4)](https://github.com/ibrammelad "ibrammelad (2 commits)")[![MohamedMaher5](https://avatars.githubusercontent.com/u/18625905?v=4)](https://github.com/MohamedMaher5 "MohamedMaher5 (2 commits)")

---

Tags

laravellanguagenovalanguage management

### Embed Badge

![Health badge](/badges/crayon-nova-language-management/health.svg)

```
[![Health](https://phpackages.com/badges/crayon-nova-language-management/health.svg)](https://phpackages.com/packages/crayon-nova-language-management)
```

###  Alternatives

[spatie/nova-translatable

Making Nova fields translatable

2231.5M1](/packages/spatie-nova-translatable)[badinansoft/nova-language-switch

A Laravel Nova package to switch language in your application

26506.4k1](/packages/badinansoft-nova-language-switch)[optimistdigital/nova-translatable

A laravel-translatable extension for Laravel Nova.

202427.4k5](/packages/optimistdigital-nova-translatable)[outl1ne/nova-translatable

A laravel-translatable extension for Laravel Nova.

203416.9k8](/packages/outl1ne-nova-translatable)[outl1ne/nova-translations-loader

This Laravel Nova package helps developers load translations into their packages.

395.1M42](/packages/outl1ne-nova-translations-loader)[optimistdigital/nova-translations-loader

This Laravel Nova package helps developers load translations into their packages.

393.7M10](/packages/optimistdigital-nova-translations-loader)

PHPackages © 2026

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