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

Not available for laravel version 5.5 #25

Closed RushabhJoshi closed 6 years ago

RushabhJoshi commented 6 years ago

When I tried to install this package I got this message

Problem 1

Then I tried to install rinvex/cacheable I got this

Problem 1

Omranic commented 6 years ago

This package still not yet tagged as stable. You can only use develop branch for now, use: composer require rinvex/attributes:dev-develop it should work smoothly even it's still in development. Please feel free to reopen this issue or a new issue, if you need further assistance :)

RushabhJoshi commented 6 years ago

Thank you