kabbouchi / nova-translatable
A Laravel Nova field.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Language:Vue
Requires
- php: >=7.1.0
This package is auto-updated.
Last update: 2024-11-10 01:08:35 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
- ...