Filament resource for Markable
I'm using this package. It works well however I would like to show the favorites in Filament backend. I have a model
I have the following model:
Ideally I have a resource called
Any idea how this can be done, given I did not create the model
Product. A user can mark a Product as favorite, which results in entries in the table favorites as follows:I have the following model:
Ideally I have a resource called
FavoriteResource which allows me to show all favorite products for that user.Any idea how this can be done, given I did not create the model
Favorites (but rather using the markable package).