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

jeremeamia/superclosure is abandoned #153

Closed Yezper closed 3 years ago

Yezper commented 3 years ago

When installing laravel-attributes, composer gives the following warning:

Package jeremeamia/superclosure is abandoned, you should avoid using it. Use opis/closure instead.

Can this be done?

Best, Jesper

Omranic commented 3 years ago

Thank you @Yezper, you can ignore that warning, it will still install without issues.

I did a complete rewrite for the whole package and removed that dependency, and simplified 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.

Any help would be appreciated.