Ayman Alareqi
Ayman Alareqi
FFilament
Created by Ayman Alareqi on 6/17/2024 in #❓┊help
go to page option in pagination bar
Hello everyone Is there a way to make drop down list or text input in pagination bar for easily navigate to page specially when there is alot of pages in table
2 replies
FFilament
Created by Ayman Alareqi on 8/19/2023 in #❓┊help
Section->grow() not working inside Split layout
I have follow the doc https://filamentphp.com/docs/3.x/infolists/layout/split but when add ->grow for the first section the two section stay the same width and the first one didnt take the available space as the doc screenshot looks
9 replies
FFilament
Created by Ayman Alareqi on 8/19/2023 in #❓┊help
get Route [filament.admin.auth.login] not defined. error
When changing user password I get error
Route [login] not defined.
Route [login] not defined.
so I try to create named route like this
Route::redirect('/login', Filament::getLoginUrl(), 301)->name('login');
Route::redirect('/login', Filament::getLoginUrl(), 301)->name('login');
but I got another error
Route [filament.admin.auth.login] not defined.
Route [filament.admin.auth.login] not defined.
4 replies
FFilament
Created by Ayman Alareqi on 8/5/2023 in #❓┊help
sidebar margin appear when use $panel->topNavigation() with ->sidebarCollapsibleOnDesktop()
3 replies