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

Sortable attribute datetime #147

Closed yanielbf closed 3 years ago

yanielbf commented 3 years ago

Hi, this package is amazing. I need sort many entities from attribute order (integer). How I can it??. Regars

Omranic commented 3 years ago

If I understand correctly, this should be easy https://laravel.com/docs/8.x/eloquent#subquery-ordering

If that's not what you need, please explain in more details so I can help you more..