at92
Call to a member function getPlugin() on null despite having a default panel
Fresh install of Filament and tried to install this plugin https://filamentphp.com/plugins/croustibat-jobs-monitor. I've searched here on discord and I've found multiple people saying I need to set the panel as default. The fresh install already sets the panel as default.
This is the code: https://pastebin.com/QAEfmDKR
What am I doing wrong?
4 replies
Unable to dispatch/listen event from Action
I'm unable to dispatch and/or listen to a Livewire event from an Action. I have a resource with a table and a custom action that looks like this:
I then have a custom livewire component that I've loaded through render hooks inside the header bar next to the user's menu. In the component I've tried the following methods but nothing is being fired.
1st test:
2nd test:
But nothing is happening. What am I doing wrong? Thanks 🙏
5 replies
[v3] Can panels be related to a model?
I'm looking to develop an app with multiple panels. The "main" panel is where users create projects and manage other minor things.
Each project would then have have it's own panel with all the resources related to the project. The "project's panel" would be on an url like
project/uuid
if that makes sense.
Is this possible with v3? Thank you 🙏8 replies