AliBabba420
AliBabba420
Explore posts from servers
FFilament
Created by AliBabba420 on 12/13/2023 in #❓┊help
How to remove applied filters from url
No description
10 replies
TLCTuto's Laravel Corner
Created by AliBabba420 on 12/2/2023 in #💡filament
How to add a ViewPage in index
Like profile page of the user, I want to show the user login profile view page in a resource index page ? Any suggestion how? Generally a view page required a record but i want to pass the auth() ->user() ->id there but it doesn't work
4 replies
FFilament
Created by AliBabba420 on 12/1/2023 in #❓┊help
Undefined variable $listLimit
i just update my composer and getting this error anyone face this error
29 replies
FFilament
Created by AliBabba420 on 12/1/2023 in #❓┊help
How to get the list page of the resource in Resource sub-navigation
i have a product resource and i want to add all the pages in the subNavigation like list page also have the sub navigation and all other create,view and edit page
2 replies
FFilament
Created by AliBabba420 on 11/28/2023 in #❓┊help
ViewPage in index
i have a specific records view page that i want to display in the index how ,like i want when i click some of the resources that should open a perticular records viewpage?
2 replies
TLCTuto's Laravel Corner
Created by AliBabba420 on 11/20/2023 in #💡filament
How to reload a Edit page
i have 2 panels and in admin panel i have student resource which is also present in app panel and i have a status field in the student resource table ok when the status is false the app panel user should not edit that record ,ex- in admin panel admin change the status of a record to false and the app panel user is already in the edit page of that record so then if he edit that record then the false status changed to true so how can i acheive that like when admin change the status and app panel user present inside the edit page of that record he should n't edit that record
4 replies
FFilament
Created by AliBabba420 on 11/18/2023 in #❓┊help
Dispatch event not working on action
EditRecord in panel 1 Action::make('Close Case') ->label(strval(__('close_case'))) ->action(function (Model $record) { $this->dispatch('switchedTeam',[$record])->to(PagesEditStudentCenter::class); }), same resource in panel 2 EditRecord #[On('switchedTeam')] public function switchedTeam($record) { info("list"); dd($record->id); } while i execute this close case action the switchedTeam function is not triggered in the panel 2
3 replies
FFilament
Created by AliBabba420 on 11/14/2023 in #❓┊help
Repeater by default open the field?
No description
9 replies
FFilament
Created by AliBabba420 on 11/9/2023 in #❓┊help
Table Widget table width ?
how to get the full width of this table widget
4 replies
FFilament
Created by AliBabba420 on 11/8/2023 in #❓┊help
Current route is not working correctly
No description
4 replies
FFilament
Created by AliBabba420 on 10/30/2023 in #❓┊help
Relation Manager action open in a page
i have a relation manager student in class resource and i add student in the student relation manager headerAction but it open a modal but i wnt a page for that form how can i achieve that
2 replies
FFilament
Created by AliBabba420 on 10/20/2023 in #❓┊help
Infinite scroll In Table
Is there any way i can archieve infinite scroll in table list view instead of pagination
5 replies
FFilament
Created by AliBabba420 on 10/10/2023 in #❓┊help
Wizard Actions
Can i add some actions in the wizards like I have 4 steps in the 2nd step I want two buttons one which redirects to step 3 and another button which redirects to step 4 So step 3 and 4 is related to step 2 with buttons
10 replies
FFilament
Created by AliBabba420 on 10/4/2023 in #❓┊help
ADD a Action Button in Modal
how can i add a action button inside a modal
7 replies
FFilament
Created by AliBabba420 on 9/29/2023 in #❓┊help
SubSidebar error
No description
7 replies
FFilament
Created by AliBabba420 on 9/28/2023 in #❓┊help
Extend a Resource List Page in another Resource Custom page
can i extend a userresource list page in another studentresource custompage
3 replies
TLCTuto's Laravel Corner
Created by AliBabba420 on 9/26/2023 in #💡filament
V2 plugin create for V3
I try to replicate solution forest filament tab layout plugin for V3 but it give error at canbehidden trait
6 replies
FFilament
Created by AliBabba420 on 9/25/2023 in #❓┊help
Pass Widgets and Custom page both in Tabs
Pass both edituser and some widgets in tabs when it go to the edit action
2 replies
FFilament
Created by AliBabba420 on 9/24/2023 in #❓┊help
Resource Widgets in the EditPage using Tab layout
I have a student resource file and in the edit page I want to show some resource widgets in tab manner, in v2 i use solutions forest filament tab layout plugin but when I switch to v3 i saw the plugin is archive and it is integrate in v3 infolist builder tab but exactly IInfolist builder is not pass resource widgets ? Any ideas how can i pass resource widgets in the tab and display it in the edit page of studentresource
4 replies
FFilament
Created by AliBabba420 on 9/22/2023 in #❓┊help
filament v3 doesn't support tabs as a widget ?
No description
5 replies