Lara Zeus
Repeater for relation with translatable fields
I recommend my fork
https://github.com/lara-zeus/translatable
we fixed many of the repeater issues
demo:
https://github.com/lara-zeus/translatable-demo
2 replies
filament-fabricator with spatie-laravel-translatable-plugin
you can use my fork
https://github.com/lara-zeus/translatable
and we have a demo:
https://github.com/lara-zeus/translatable-demo
4 replies
Spatie Translatable with spatie laravel settings
I never used spatie laravel settings
what is the type of the setting value column?
try add the trait to the model following the installation steps and add the translatable array
but I think this will make ALL settings translatable
4 replies
How do you handle repeater translations with filament-spatie-translatable?
try this fork
https://github.com/lara-zeus/translatable
3 replies
Filament repeater translations messed up structure on save
I'll give it more test this weekend and see if its possible to fix it 🙂
it seems it adds the UUID keys on the first lang only
can you check if its happens on create only or on edit also?! since these are diff classes.
10 replies
Filament repeater translations messed up structure on save
I have repeater in the demo
https://github.com/lara-zeus/translatable-demo/blob/213d9895c3dfbb66dde509e045e3e899687516c2/app/Filament/Resources/BookResource.php#L50
10 replies
auto fill when i select
you'll need
afterStateUpdated
to set the other fields with the values you want from the company
similler to
https://filamentphp.com/docs/3.x/forms/advanced#generating-a-slug-from-a-title12 replies
deleteAny policy - prevent self deletion
instead of doing it from the policy
maybe prevent it from the action
https://filamentphp.com/docs/3.x/tables/actions#disabling-bulk-actions-for-some-rows
6 replies