Rinkesh
Rinkesh
FFilament
Created by Rinkesh on 6/28/2024 in #❓┊help
How to get list of all resources name?
How to get list of all resources name?
3 replies
FFilament
Created by Rinkesh on 6/22/2024 in #❓┊help
Textarea and select field disabled() issue
No description
18 replies
FFilament
Created by Rinkesh on 6/20/2024 in #❓┊help
SelectFilter with relationship query
I have used SelectFilter and applying query like this but not getting selected value $acd_id inside where. SelectFilter::make('academic_id')->label('Academic Year')->options(fn (Get $get): array => AcademicYear::all()->where('status' , 1)->pluck('month_label', 'id')->all() ) ->query(function (Builder $query, array $data): Builder {
return $query ->when( $data['value'], fn (Builder $query, $acd_id): Builder =>
$query->with('academic') ->whereHas('academic', function ( Builder $query, $acd_id ) { $query->where('academic_id','=', $acd_id ); }) ); })
10 replies
FFilament
Created by Rinkesh on 6/18/2024 in #❓┊help
I Want to get type of input whether textinput is email or tel.
No description
5 replies