at92
at92
FFilament
Created by ehbfa on 8/16/2023 in #❓┊help
...CompanyResource::getNavigationItems() gives "Call to a member function getId() on null"
Same here, have you found a solution?
3 replies
FFilament
Created by at92 on 7/31/2023 in #❓┊help
Unable to dispatch/listen event from Action
Thanks a lot that worked 🙏
5 replies
FFilament
Created by at92 on 7/23/2023 in #❓┊help
[v3] Can panels be related to a model?
Sorry what I meant was binding a model to the url of the 2nd panel like project/{item:uuid}. So something like:
use Filament\Panel;

public function panel(Panel $panel): Panel
{
return $panel
// ...
->path('project/{item:uuid}');
}
use Filament\Panel;

public function panel(Panel $panel): Panel
{
return $panel
// ...
->path('project/{item:uuid}');
}
8 replies
FFilament
Created by at92 on 7/23/2023 in #❓┊help
[v3] Can panels be related to a model?
Thanks a lot Dan, appreciate your work a lot. How would I go about making the url of the 2nd panel dynamic? 🤔
8 replies