Advanced localization for Laravel Nova. This package allows you to translate your Nova resources into multiple languages.
You can install the package in to a Laravel app that uses Nova via composer:
composer require egately/NovalocalizationNext up, you must register the tool with Nova. This is typically done in the tools method of the NovaServiceProvider.
// in app/Providers/NovaServiceProvider.php
// ...
public function tools()
{
return [
// ...
new \Egately\Novalocalization\Tool(),
];
}Click on the "Novalocalization" menu item in your Nova app to see the tool provided by this package.
composer testPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email developer@egate.ly instead of using the issue tracker.
You're free to use this package, but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.
Our address is: Spatie, Kruikstraat 22, 2018 Antwerp, Belgium.
We publish all received postcards on our company website.
The MIT License (MIT). Please see License File for more information.