YusifHajiyev
YusifHajiyev
FFilament
Created by YusifHajiyev on 2/21/2024 in #❓┊help
CustomCheckbox
How to get the value of specialty_id and admission_year_id at the top of forum $groups = Group::query() ->where('specialty_id', $get('specialty_id')) ->where('admission_year_id', $get('admission_year_id')) ->get(); can i use here right now CheckboxList::make($group->name) ->label($group->name) ->options($group->students->pluck('username', 'id')) ->searchable() ->columnSpanFull() ->bulkToggleable() this part returns true to me but it needs to be an array.
2 replies
FFilament
Created by YusifHajiyev on 2/20/2024 in #❓┊help
Login Page How to change title
No description
3 replies
FFilament
Created by YusifHajiyev on 2/3/2024 in #❓┊help
Custom page save method after how to redirect another resourse page?
return redirect(MuayineResource::getUrl()); this is not working
1 replies
FFilament
Created by YusifHajiyev on 1/19/2024 in #❓┊help
How can I create such a modal?
No description
4 replies
FFilament
Created by YusifHajiyev on 12/18/2023 in #❓┊help
TextInput Default value
No description
5 replies
FFilament
Created by YusifHajiyev on 12/6/2023 in #❓┊help
Custom sideBar menu
No description
1 replies
FFilament
Created by YusifHajiyev on 12/5/2023 in #❓┊help
Notficatin create
No description
7 replies
FFilament
Created by YusifHajiyev on 12/4/2023 in #❓┊help
Livewire custom page
No description
8 replies
FFilament
Created by YusifHajiyev on 12/3/2023 in #❓┊help
User & Admin panel
Hello. I have created my User and Admin panel. I want http://127.0.0.1:8000/user to go directly to dashboard page without login page. How can I do this?
9 replies
FFilament
Created by YusifHajiyev on 12/1/2023 in #❓┊help
Table Action
No description
2 replies
FFilament
Created by YusifHajiyev on 11/30/2023 in #❓┊help
getTabs()
public function getTabs(): array { return [ 'all' => Tab::make('Active')->modifyQueryUsing(function ($query) { return $query->where('status', 1); }), ]; } Method Filament\Forms\Components\Tabs\Tab::modifyQueryUsing does not exist. What is the problem here?
3 replies
FFilament
Created by YusifHajiyev on 11/30/2023 in #❓┊help
login
I want the user to log in with a username and password, not with an email. but the app/config/filament.php file is not visible, how can I fix it?
2 replies
FFilament
Created by YusifHajiyev on 11/29/2023 in #❓┊help
TopNavigation
No description
5 replies
FFilament
Created by YusifHajiyev on 11/28/2023 in #❓┊help
Table Heading Lable
No description
5 replies
FFilament
Created by YusifHajiyev on 11/28/2023 in #❓┊help
How to removenew date order button?
No description
8 replies
FFilament
Created by YusifHajiyev on 10/13/2023 in #❓┊help
Redirect
No description
7 replies