Add laravel-comments to a RelationManager.
I followed the talk that Dan Harrin and Freek had about two years ago about Spaties laravel-comments in Filament v2. Also saw the v2 trick for this.
I made changes to the examples to make it work on FilamentV3 and I made some real progress, showing thc comments connected to a
However, now I need the Comments on a
Given the simplicity of the Widget what can I do with a page or livewire component?
This is a paid plugin so no channel?
install laravel-client and the livewire plugin
In App\Providers\AppServiceProvider. boot method
Then in the model
Widget
widgit view
All of the above works in a resource when I add the widget to
This does not work in the RelationManager
Or
I made changes to the examples to make it work on FilamentV3 and I made some real progress, showing thc comments connected to a
Resourcewith a widget. There is also a CommentsResource which I have add will upon request.However, now I need the Comments on a
RelationManager and don't see how to get the Widget working on a RelationManager.Given the simplicity of the Widget what can I do with a page or livewire component?
This is a paid plugin so no channel?
install laravel-client and the livewire plugin
In App\Providers\AppServiceProvider. boot method
Then in the model
Widget
widgit view
All of the above works in a resource when I add the widget to
getWidgets()This does not work in the RelationManager
getFooterWidgets()Or
getWidgets()