Closed
Description
Hello,
I tried to use this great package with Filament which handles translations using spatie/nova-translatable in a simple way like Laravel Nova, unfortunately this is not working (allowing duplication).
Laravel Nova
Text::make(__('Slug'), 'slug')
->creationRules('unique_translation:posts,slug')
->updateRules('unique_translation:posts,slug,{{resourceId}}');
Filament (assumed and tested)
Forms\Components\TextInput::make('slug')->required()
->rules(['unique_translation:posts,slug']),
- Is there any planned release to support Filament?
- Awaiting for an official support, what would be the cleanest way to use it with Filament?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels