laravel-nestedset
Tree data storage
An Laravel package for efficiently storing hierarchical data in relational databases using a nested set model.
Effective tree structures in Laravel 4-8
4k stars
97 watching
471 forks
Language: PHP
last commit: 8 months ago
Linked from 2 awesome lists
hierarchical-datalaravelmenusnested-setphptree-structuretrees
Related projects:
Repository | Description | Stars |
---|---|---|
etrepat/baum | An implementation of the Nested Set pattern for efficient querying of ordered tree structures in Eloquent ORM | 2,241 |
mongodb/laravel-mongodb | Provides an ORM interface to MongoDB | 7,024 |
laravel/laravel | A comprehensive web application framework that simplifies common tasks and provides tools for large, robust applications. | 79,063 |
laravel/framework | A comprehensive web application framework with expressive syntax and robust tools for large applications. | 32,780 |
reliese/laravel | Automatically generates Laravel models based on a database schema | 1,509 |
alexeymezenin/laravel-best-practices | A collection of guidelines and best practices for building maintainable, efficient, and scalable Laravel applications. | 11,474 |
delatbabel/elocryptfive | Encrypts and decrypts data stored in Eloquent model attributes in Laravel applications | 86 |
cviebrock/eloquent-sluggable | A package to simplify the creation of unique URLs for Eloquent models in Laravel applications. | 3,915 |
laravel/scout | Provides a simple, driver-based solution for adding full-text search to Eloquent models. | 1,575 |
owen-it/laravel-auditing | Provides auditing features to track changes in Eloquent models by recording discrepancies and anomalies | 3,078 |
nicolaslopezj/searchable | Adds search functionality to Eloquent models in Laravel applications | 2,010 |
archtechx/tenancy | A package that simplifies multi-tenancy in Laravel applications by automatically handling tenant identification and management without requiring code changes. | 3,699 |
laracasts/laravel-5-generators-extended | Automates migration schema creation and management in Laravel applications | 2,448 |
nwidart/laravel-modules | A package to manage large Laravel applications using modular components. | 5,584 |
andersao/l5-repository | A package that provides a set of abstractions and tools to manage data access in Laravel applications. | 4,195 |