stanwarri
stanwarri
FFilament
Created by stanwarri on 1/18/2024 in #❓┊help
Conditional Redirect for Resource Pages
I'm looking to redirect a user to a different page when they click on the "Create Action" button of a resource listing page if they don't meet a particular condition. I have tried to look at the best to hook such function. Anyone has an idea on how best this can be implemented?
3 replies
FFilament
Created by stanwarri on 1/10/2024 in #❓┊help
Button Background Color Disappeared
No description
2 replies
FFilament
Created by stanwarri on 1/3/2024 in #❓┊help
resetPage does not exist on custom page
I created a custom filament page and I'm trying to use the Livewire $this->resetPage() method but I'm getting resetPage does not exist. error. I thought custom pages are full livewire components as stated in the documentation
11 replies
FFilament
Created by stanwarri on 12/28/2023 in #❓┊help
Auth guard [] is not defined.
I upgraded a filament project from v2 to v3. Everything went on well based on the on the upgrade guide. However, when I try to access the admin panel https.example.com/admin/login, I'm getting Auth guard [] is not defined. error. I have not been able to wrap my head around it for over 1 hour now.
7 replies
FFilament
Created by stanwarri on 11/30/2023 in #❓┊help
Filament Upgrade Composer Error
No description
9 replies
FFilament
Created by stanwarri on 8/6/2023 in #❓┊help
Using Custom Login Route for all Panels
I'm working on a Filament app and would like to use mutiple panels. After creating my panels, I discovered that each panel has it's own login page. I'm wondering if it's possible to have the same login page for all panels. For example, instead of admin\login app\login customer\login I want one login for all domain.com\login Does anyone has an idea on how to go about this?
17 replies
FFilament
Created by stanwarri on 3/28/2023 in #❓┊help
Saving first step in a 3 Step Form
I'm creating a form with 3 steps but would like to save the first step before continuing to the next step. Is the possible in any way?
4 replies