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

illuminate/console ... but it conflicts with another require #134

Closed DonBroughton closed 3 years ago

DonBroughton commented 3 years ago

While attempting to: composer require rinvex/laravel-attributes on a new project, I receive:

`Your requirements could not be resolved to an installable set of packages.

Problem 1

I am unable to install the package in a new Laravel installation.

Omranic commented 3 years ago

Package is now updated to support PHP v8 (and v7.4 as well), Laravel v8, Composer v2.

Please check and let me know if you still have any issues.

JoaquinVilchez commented 3 years ago

Package is now updated to support PHP v8 (and v7.4 as well), Laravel v8, Composer v2.

Please check and let me know if you still have any issues.

Hi, I can't fix this problem... I can't install the package.

My carasteristics are: Laravel Framework 7.30.4 PHP 7.4.10 Composer version 2.0.8

You say that I have to update to laravel 8 and php 8?

Thank you.

Omranic commented 3 years ago

@JoaquinVilchez if you need to use latest version, then yes you need to upgrade to Laravel v8, but it's not required to upgrade your PHP version. Otherwise, check older versions that supports Laravel v7 or less (but in this case it doesn't support composer v2, only v1)..