2017 © Pedro Peláez
 

library eloquent-scalable-taxonomy

image

bsapaka/eloquent-scalable-taxonomy

  • Monday, April 4, 2016
  • by bsapaka
  • Repository
  • 1 Watchers
  • 1 Stars
  • 43 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Eloquent Scalable Taxonomy

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., (*1)

Install

Via Composer, (*2)

composer require bsapaka/eloquent-scalable-taxonomy

Usage

Refer to this example app., (*3)

The Versions