kbb
kbb
FFilament
Created by Travis on 8/5/2023 in #❓┊help
How to test non-default panel...?
1. I have 2 panels that live on different URLs, i.e. /account and /admin 2. I want to test /account/something, but /admin panel was called after /account's, so the URL by Something::getUrl("index") in my test is /admin/something which doesn't exists 3. as you can see, I don't have $tenant, so I'm not sure how make my test use /account/something appreciate your help thank you!
9 replies
FFilament
Created by Travis on 8/5/2023 in #❓┊help
How to test non-default panel...?
@Travis i'm facing the same issue, but I don't have a $tenant, how do you derive it?
9 replies
FFilament
Created by kbb on 8/26/2023 in #❓┊help
Control spacing between columns
ok, extraHeaderAttributes(['class' => 'w-1']) solved my problem. thanks!
4 replies