bsapaka/eloquent-scalable-taxonomy

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (0.2) of this package.

0.2 2016-04-04 02:38 UTC

This package is not auto-updated.

Last update: 2020-01-16 20:49:17 UTC


README

Create a single table inheritance model structure than can be easily scaled with any size taxonomy tree. Any given tree only needs one view because displaying the model attributes can be done via abstraction. Each attribute is an object of the EloquentAttribute\Attribute class, which allows you to define and access each attribute as a class.

Install

Via Composer

composer require bsapaka/eloquent-scalable-taxonomy

Usage

Refer to this example app.