aksh
aksh
FFilament
Created by aksh on 7/1/2024 in #❓┊help
Translate is not working on only NavigationItem in AdminpanelProvider
->navigationItems( [ NavigationItem::make('Booking List') ->label( ('sidebar.Booking List') ) ->url( fn (): string => Dashboard::getUrl().'/bookings/listing' ) ->icon( 'heroicon-o-presentation-chart-line' ) ->activeIcon( 'heroicon-s-presentation-chart-line' ) ->isActiveWhen( fn (): bool => Str::contains( url()->current(), 'bookings/listing' ) ) ->group( ('sidebar.Booking') ) ->sort( 3 ) ->visible(fn(): bool => Auth::user()?->can('Booking Read')), how to fix this issue?I used language switcher plugin
7 replies
FFilament
Created by aksh on 6/24/2024 in #❓┊help
Hi everyone, Used language switch plugin
I used the language switch plugin on the project in filament v3. I want to translate custom text. how can I do it
3 replies
FFilament
Created by aksh on 6/21/2024 in #❓┊help
I used a checkbox in the filter and it has default true.
Hi everyone, I used a checkbox in the filter and it has default true. but I want to disable or hide it so the user cannot uncheck it. I am using filament v3 ->filters([ Filter::make('selected_location') ->query(function ($query) use ($selectedLocation) { if ($selectedLocation) { return $query->where('locations_id', $selectedLocation); } return $query; })->default(true), )}
6 replies
FFilament
Created by aksh on 6/6/2024 in #❓┊help
Implement new user via zapier
No description
5 replies