dive-be/nova-translation-editor
Nova Translation Editor
⚠️ Minor releases of this package may cause breaking changes as it has no stable release yet.
Installation
composer require dive-be/nova-translation-editor
You must publish and run the migrations to create the language_lines table:
php artisan vendor:publish --provider="Dive\NovaTranslationEditor\ToolServiceProvider" --tag="migrations"
php artisan migrate
Optionally you could publish the config file using this command.
php artisan vendor:publish --provider="Dive\NovaTranslationEditor\ToolServiceProvider" --tag="config"
Register the tool in NovaServiceProvider.
public function tools()
{
return [
new NovaTranslationEditor(),
];
}
Publish the translations via the nova tool or via command line:
php artisan nova-translation-editor:publish
Usage
TODO
Credits
License
The MIT License (MIT). Please see License File for more information.
Related Packages
rivalex/lingua
Self-hosted Laravel translation manager for the TALL stack: edit, sync, import/e...
536
2
outhebox/laravel-translations
Manage your Laravel translations with a beautiful UI. Add, edit, delete, import,...
114,792
821
devwizardhq/laravel-localizer
Laravel Localizer bridges Laravel translations to your SPA frontend (React/Vue/I...
4,493
7