PHPackages                             agj/nova-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. agj/nova-translations

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

agj/nova-translations
=====================

A Laravel Nova tool.

v1.0.3(6y ago)059[20 PRs](https://github.com/AndreasGJ/nova-translations/pulls)MITPHPPHP &gt;=7.1.0

Since Oct 7Pushed 3y agoCompare

[ Source](https://github.com/AndreasGJ/nova-translations)[ Packagist](https://packagist.org/packages/agj/nova-translations)[ RSS](/packages/agj-nova-translations/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (1)Versions (25)Used By (0)

Nova Translations
=================

[](#nova-translations)

Translation Tool for Nova

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

[](#installation)

```
composer require agj/nova-translations

```

Insert the following line in the `App\Providers\NovaServiceProvider`:

```
use Agj\NovaTranslations\NovaTranslations;

class NovaServiceProvider extends NovaApplicationServiceProvider
{
   ...

   /**
     * Get the tools that should be listed in the Nova sidebar.
     *
     * @return array
     */
    public function tools()
    {
        return [
            new NovaTranslations,
        ];
    }
    ...
}

```

And in the `config/app.php` `providers` array:

```
    Agj\NovaTranslations\TranslationServiceProvider::class,

```

And then execute the following migrate command:

```
php artisan migrate

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

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 ~62 days

Total

4

Last Release

2222d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5539e95c5d81bf23ff53c776d9fccbc1630e5b72d7cde2441c4020c8c05f73b4?d=identicon)[AndreasGJ](/maintainers/AndreasGJ)

---

Top Contributors

[![AndreasGJ](https://avatars.githubusercontent.com/u/4068425?v=4)](https://github.com/AndreasGJ "AndreasGJ (22 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/agj-nova-translations/health.svg)

```
[![Health](https://phpackages.com/badges/agj-nova-translations/health.svg)](https://phpackages.com/packages/agj-nova-translations)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[kongulov/nova-tab-translatable

Making Nova Tab Translatable

8559.5k2](/packages/kongulov-nova-tab-translatable)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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