Skip to content

egately/nova-localization

Repository files navigation

Novalocalization

Latest Version on Packagist CircleCI branch Build Status Quality Score Total Downloads

Advanced localization for Laravel Nova. This package allows you to translate your Nova resources into multiple languages.

Installation

You can install the package in to a Laravel app that uses Nova via composer:

composer require egately/Novalocalization

Next 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(),
    ];
}

Usage

Click on the "Novalocalization" menu item in your Nova app to see the tool provided by this package.

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email developer@egate.ly instead of using the issue tracker.

Postcardware

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.

Credits

License

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

About

Advanced Localization for Nova

Resources

License

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Sponsor this project

Packages

 
 
 

Contributors