rinvex / laravel-attributes

⚠️ [ABANDONED] Rinvex Attributable is a robust, intelligent, and integrated Entity-Attribute-Value model (EAV) implementation for Laravel Eloquent, with powerful underlying for managing entity attributes implicitly as relations with ease. It utilizes the power of Laravel Eloquent, with smooth and seamless integration.
MIT License
433 stars 104 forks source link

Switch to `opis/closure` and fix tests #149

Closed saulens22 closed 3 years ago

codeclimate[bot] commented 3 years ago

Code Climate has analyzed commit 69d224c0 and detected 0 issues on this pull request.

View more on Code Climate.

Omranic commented 3 years ago

Thank you @saulens22 for the PR.

Currently this package is undergoing a complete rewrite, removing that dependency completely, and simplifying the code a lot, but I'm still not happy with the overall performance (I believe we can reduce number of executed queries), if you want to check it out, see https://github.com/rinvex/laravel-attributes/tree/refactor-to-native-laravel-relationships

Currently no plans to merge that rewrite, but hopefully sometime I can get it to a stable state, improve performance and release it.

I would appreciate any help testing, and improving this new release.

saulens22 commented 3 years ago

Thanks for the info. Will try it.