stanwarri
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
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 documentation11 replies
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
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