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

resolve conflict versions #159

Closed onjiz closed 3 years ago

codeclimate[bot] commented 3 years ago

Code Climate has analyzed commit 12b723b1 and detected 0 issues on this pull request.

View more on Code Climate.

Omranic commented 3 years ago

Thank you @Onjiz for the PR.

Currently this package is undergoing a complete rewrite, removing the jeremeamia/superclosure & opis/closure 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.