laravel-review-rateable
laravel-review-rateable copied to clipboard
Need UUID Support as Primary Key
The features of this package look good!
But, I feel unfortunate as I implement UUID as the primary key in all tables in my Laravel project. Hope this can be realized soon!
Other packages can handle this issue by allowing developers to create their own model Rating
and extend the original package's model. So the developer can use UUID as the primary key instead of Auto Increment Integer by overriding how the model generates the primary key. This Laravel-Seo Package (https://github.com/ralphjsmit/laravel-seo) is a great example.
Thanks
Thanks for the feedback. I do not have time to implement this at the moment. If you want to implement and create a PR, please feel free.