yepsua/filament-rating-field

Any ETA for supporting Filament3?

mohamedsabil83 opened this issue ยท 5 comments

Any ETA for supporting Filament3?
braaam commented

I've done a quick fix to make it work with filament v3. use on your own risk, it has not been tested extensively :)

2 simple changes:

6d071f1
a7dc182

Yes, @braaam. I did that when I did not receive any action. There's another rating package, but I still need to try it.

braaam commented

@mohamedsabil83 thanks for sharing. At first glance it looks like you can only configure the number of stars with the rating package. filament-rating-field provides a lot more flexibility out of the box which is great for different purposes.

I have put a pull request here to update this package to filamentphp
version 3.

I hope gonna be merged soon. If not, I'll make a fork of it.

Until v3 is supported, I have made a supporting package. You can found it here.

Cheers!