Skip to content

C4Tech/laravel-nested-sets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Nested Sets

A package for bootstrapping nested set implementations. Made with love by C4 Tech and Design.

Latest Stable Version Build Status Scrutinizer Code Quality Code Coverage

Repository

Our nested set repository provides a cacheable interface to the underlying model. This builds on top of the base Repository class from c4tech/support.

The property refering to the underlying model (static $model) is expected to be a reference to a config item but can be a hardcoded class name.

Model

Our nested set model bridges the baum/baum implementation with our own base Model class from c4tech/support.

Installation and setup

  1. Add "c4tech/nested-set": "2.x" to your composer requirements and run composer update.
  2. Create your own classes to extend Model and Repository.

About

A nested set implementation for easy extension.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages