kabbouchi/nova-translatable

A Laravel Nova field.

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:Vue

pkg:composer/kabbouchi/nova-translatable

dev-master 2018-09-09 10:56 UTC

This package is auto-updated.

Last update: 2025-09-10 03:04:45 UTC


README

Adds the ability to show and edit translated fields created with spatie/laravel-translatable package.

Installation and usage

Require Nova 1.0.13+

You can require this package using composer:

composer require kabbouchi/nova-translatable

You can add the field follows:

Text::make('Name')->translatable(),
TextArea::make('Description')->translatable(),

Support

  • Text
  • Text Area
  • Trix
  • File
  • Timezone
  • Number
  • Date
  • DateTime
  • ...