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

Laravel 8 Support #136

Closed dhildreth closed 3 years ago

dhildreth commented 3 years ago

Any way we can get Laravel 8.0 support in a hurry? :-)

Just tried with v4.1.0 without any luck.

    - Conclusion: don't install laravel/framework v8.0.0 (conflict analysis result)
    - rinvex/laravel-attributes v4.1.0 requires illuminate/support ^7.0.0 -> satisfiable by illuminate/support[v7.0.0, ..., 7.x-dev].
    - Only one of these can be installed: illuminate/support[dev-master, v4.0.0-BETA2, ..., 4.2.x-dev, v5.0.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev], laravel/framework[v8.0.0, ..., 8.x-dev]. laravel/framework replaces illuminate/support and thus cannot coexist with it.
    - Root composer.json requires laravel/framework ^8.0 -> satisfiable by laravel/framework[v8.0.0, ..., 8.x-dev].
dhildreth commented 3 years ago

Looks like we need to wait for rinvex/laravel-support to be updated: https://github.com/rinvex/laravel-support/pull/38

Omranic commented 3 years ago

Hello, thank you for your patience, this is now done! Check latest release!!

This package now supports Laravel v8, PHP v8, Composer v2, enjoy 🥳