jurager / eav
Flexible Entity-Attribute-Value (EAV) system for Laravel with typed storage, localization, and attribute inheritance
1.0.1
2026-03-27 12:31 UTC
Requires
- php: ^8.4
- illuminate/contracts: ^11.0|^12.0|^13.0
- illuminate/database: ^11.0|^12.0|^13.0
- illuminate/support: ^11.0|^12.0|^13.0
- illuminate/validation: ^11.0|^12.0|^13.0
Requires (Dev)
- orchestra/testbench: ^9.0|^10.0
README
A flexible Entity-Attribute-Value (EAV) system for Laravel. Attach dynamic typed attributes to any Eloquent model without schema migrations, with support for localization, attribute inheritance, and enum-backed select fields.
Requirements
PHP >= 8.4 and Laravel 11.x or higher
Installation
To install, configure and learn how to use the package, see the Documentation.
License
Open source, licensed under the MIT license.