Mohamed Melouk
Mohamed Melouk
FFilament
Created by Mohamed Melouk on 9/9/2023 in #❓┊help
Select realtionship with translation
yeah I got it I removed localswither and used https://filamentphp.com/plugins/language-switch it's not the best solution but it's the only I found
6 replies
FFilament
Created by Mohamed Melouk on 9/9/2023 in #❓┊help
Select realtionship with translation
thanks , this should work however I solved it using
->getOptionLabelFromRecordUsing(fn ($record) => $record->name)
->getOptionLabelFromRecordUsing(fn ($record) => $record->name)
6 replies
FFilament
Created by Stevee on 8/25/2023 in #❓┊help
Filament Spatie Translatable Plugin for relation model
same issue
10 replies
FFilament
Created by skybert on 8/13/2023 in #❓┊help
(Manually load JS/CSS) Filament v3 & stancl/tenancy
if I keep it true it breaks filament assets, admin loads without styling
60 replies
FFilament
Created by skybert on 8/13/2023 in #❓┊help
(Manually load JS/CSS) Filament v3 & stancl/tenancy
If I disabled config.tenancy.filesystem.asset_helper_tenancy it will break all my uploaded images for each tenant, How to get around that?
60 replies
FFilament
Created by nostrodamned on 8/2/2023 in #❓┊help
Anyone Successfuly Upgraded to V3 with Stancl Tenancy for Laravel Tenant Identification Issue
I don't know why this affect filament assets!!!
20 replies
FFilament
Created by nostrodamned on 8/2/2023 in #❓┊help
Anyone Successfuly Upgraded to V3 with Stancl Tenancy for Laravel Tenant Identification Issue
no, I solved the middleware thing but the assets path is still missed up and I can't set 'asset_helper_tenancy' => false it will break all my website images
20 replies
FFilament
Created by code jam on 7/31/2023 in #❓┊help
multi tenancy with Filament V3 & stancl/tenancy package?
we have to fix this in filament side
10 replies
FFilament
Created by code jam on 7/31/2023 in #❓┊help
multi tenancy with Filament V3 & stancl/tenancy package?
then what about uploaded files?
10 replies
FFilament
Created by code jam on 7/31/2023 in #❓┊help
multi tenancy with Filament V3 & stancl/tenancy package?
should I change all my asset() to tenant_asset?
10 replies
FFilament
Created by code jam on 7/31/2023 in #❓┊help
multi tenancy with Filament V3 & stancl/tenancy package?
yeah, but how to manage assets per tenant without that option?
10 replies
FFilament
Created by zen69 on 3/14/2023 in #❓┊help
Add attribute data-testid to components
you can use it for any component
4 replies
FFilament
Created by zen69 on 3/14/2023 in #❓┊help
Add attribute data-testid to components
4 replies
FFilament
Created by Biostate on 3/11/2023 in #❓┊help
Add a default value to an input that doesn't exist in my resource
use formatStateUsing instead of default
8 replies
FFilament
Created by Mark Chaney on 3/10/2023 in #❓┊help
Redirects with Notifications?
it's filament facade works in any livewire component
12 replies
FFilament
Created by Mark Chaney on 3/10/2023 in #❓┊help
Redirects with Notifications?
try this
Filament::notify('success', 'You have set your password successfully.', true);
return redirect('/dashboard');
Filament::notify('success', 'You have set your password successfully.', true);
return redirect('/dashboard');
12 replies
FFilament
Created by Mohamed Melouk on 3/5/2023 in #❓┊help
order navigation group with multi languages
that works, thank you
25 replies