kabbouchi/nova-translatable

A Laravel Nova field.

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

This package is auto-updated.

Last update: 2024-04-10 00:01:25 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
  • ...