PHPackages                             younes-el-barnoussi/nova-translation - 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. [Admin Panels](/categories/admin)
4. /
5. younes-el-barnoussi/nova-translation

AbandonedLibrary[Admin Panels](/categories/admin)

younes-el-barnoussi/nova-translation
====================================

A Laravel Nova tool.

v1.0.0(6y ago)0237MITVuePHP &gt;=7.1.0

Since Jan 3Pushed 4y agoCompare

[ Source](https://github.com/YouneselBarnoussi/nova-translation)[ Packagist](https://packagist.org/packages/younes-el-barnoussi/nova-translation)[ RSS](/packages/younes-el-barnoussi-nova-translation/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (8)Used By (0)

[![Nova Translation](logo.png)](logo.png)

Translation management for your Nova application.

[![Nova Translation UI](translation.png)](translation.png)

---

About Nova Translation
----------------------

[](#about-nova-translation)

Nova Translation is a tool for Laravel Nova which allows you full control over your translations when using [Laravel's localization](https://laravel.com/docs/5.7/localization) functionality.

The package allows you to manage your translations using either the native file based translations, but also provides a database driver which is useful in multi-server setups.

It exposes a user interface allowing you to update existing and add new translations to your application.

Below are a full list of features:

- File and database drivers
- Database translation loader (automatically load translations from the database when Laravel's translation retrieval methods and the database driver)
- User interface to add new languages and add and update translations
- Artisan commands to manage your translations
- Scan your application for missing translations

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

[](#installation)

From the root of your Nova application run the following:

`composer require joedixon/nova-translation`

Open `NovaServiceProvider.php` and add update the `registerTools` method as follows:

```
