kabbouchi / nova-translatable
A Laravel Nova field.
Package info
github.com/KABBOUCHI/nova-translatable
Language:Vue
pkg:composer/kabbouchi/nova-translatable
dev-master
2018-09-09 10:56 UTC
Requires
- php: >=7.1.0
This package is auto-updated.
Last update: 2026-03-10 04:04:57 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
- ...