Jon Mason
multiple dashboards
I added a
getWidgets
method to each class so I could get the right widgets included on each dashboard. Now, despite having fully gutted my new Dashboard class, and having getWidgets()
return an empty array, it's still returning the widget.15 replies
multiple dashboards
ok, so I didn't do a good job explaining what I was trying to do, I was running into an issue with the first step, but didn't describe the end goal.
I have a class I've been using for the dashboard. It needs to stay like a dashboard, but I need to move it, and have it not be the main page anymore, and I need to create a new dashboard. So I moved the old one to the pages directory and tried to make it extend the
Page
class, which I was able to do by adding a couple of methods., and copying the markup from the stock dashboard view.
So I've almost got everything at this point, the old dashboard functions like I intend it to when I navigate to that page, but the new dashboard that's supposed to replace it as the true dashboard for the panel doesn't work. It's trying to access the widgets from the old dashboard. I feel like I've fixed all the references and anything that would cause it to do that.15 replies
Will Filament work with Laravel Reverb or does it need some config?
I want easy. lol. I've spent an ungodly amount of time messing around with broadcast notifications. Much less since I switched over to filament, but just wondering if it's worth investigating.
12 replies
Flux?
Yeah, these days I've found myself doing more livewire components with Filament forms or whatever in those components rather than using the panel builder. I do like the look and feel of what I've seen so far from Flux and would love to acheive that while still having the ease of use that comes with Filament forms.
12 replies