Lara Zeus
Lara Zeus
FFilament
Created by Trauma Zombie on 10/2/2024 in #❓┊help
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
FFilament
Created by Esi on 10/17/2024 in #❓┊help
filament-fabricator with spatie-laravel-translatable-plugin
4 replies
FFilament
Created by tuseto on 10/23/2024 in #❓┊help
How to translate select values
try ->native dose it work as expected?
3 replies
FFilament
Created by lbar on 10/30/2024 in #❓┊help
NavigationGroup translate and icons
is the code: ->navigationGroups([ on the panel provider? you should do:
NavigationGroup::make(fn()=>__('contests.races'))
NavigationGroup::make(fn()=>__('contests.races'))
3 replies
FFilament
Created by Arthur Minasyan on 11/12/2024 in #❓┊help
How to use Spatie Translatable in filament custom page?
dose the LocaleSwitcher appears normally but not working any errors?
5 replies
FFilament
Created by Xavi on 11/19/2024 in #❓┊help
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
FFilament
Created by Axentioi on 12/5/2024 in #❓┊help
How do you handle repeater translations with filament-spatie-translatable?
3 replies
FFilament
Created by Lara Zeus on 3/15/2024 in #❓┊help
[phpStan] Illuminate\Database\Eloquent\Model::$id.
its working for me now, the same code above. I think I updated to last version and cleared the cache
9 replies
FFilament
Created by tuseto on 10/30/2024 in #❓┊help
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
FFilament
Created by gigiloouu on 10/30/2024 in #❓┊help
auto fill when i select
🎉
12 replies
FFilament
Created by gigiloouu on 10/30/2024 in #❓┊help
auto fill when i select
ok, you didnt mentioned it in the original message 🙂 did you add ->live()?
12 replies
FFilament
Created by tuseto on 10/30/2024 in #❓┊help
Filament repeater translations messed up structure on save
but still filament can handle them
10 replies
FFilament
Created by tuseto on 10/30/2024 in #❓┊help
Filament repeater translations messed up structure on save
{"en":{"1898ef07-2bfc-463a-9775-6b6892966232":{"name":"sdf"},"702f07f8-762c-41b2-b7d1-72c49b521252":{"name":"sdf"}},"es":[{"name":"sdf"}]}
{"en":{"1898ef07-2bfc-463a-9775-6b6892966232":{"name":"sdf"},"702f07f8-762c-41b2-b7d1-72c49b521252":{"name":"sdf"}},"es":[{"name":"sdf"}]}
10 replies
FFilament
Created by tuseto on 10/30/2024 in #❓┊help
Filament repeater translations messed up structure on save
10 replies
FFilament
Created by Topairy on 10/30/2024 in #❓┊help
419 errors after authenticating users.
sometimes its related to the SESSION_DRIVER, try switch to database or redis are you using subdomains? check the SESSION_DOMAIN too
5 replies
FFilament
Created by gigiloouu on 10/30/2024 in #❓┊help
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-title
12 replies
FFilament
Created by thyk123 on 10/27/2024 in #❓┊help
Make custom form like GForm
2 replies
FFilament
Created by Jamie Cee on 10/9/2024 in #❓┊help
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
FFilament
Created by nowak on 10/14/2024 in #❓┊help
I get Class "App\Filament\Pages\Dashboard" not found after removing Dashboard on Production
i recommend you read more about these commands and what they do
25 replies
FFilament
Created by nowak on 10/14/2024 in #❓┊help
I get Class "App\Filament\Pages\Dashboard" not found after removing Dashboard on Production
yes
25 replies