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
472 forks
Language: PHP
last commit: 6 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,240 |
mongodb/laravel-mongodb | Provides an ORM interface to MongoDB | 7,018 |
laravel/laravel | A comprehensive web application framework that simplifies common tasks and provides tools for large, robust applications. | 78,834 |
laravel/framework | A comprehensive web application framework with expressive syntax and robust tools for large applications. | 32,550 |
reliese/laravel | Automatically generates Laravel models based on a database schema | 1,487 |
alexeymezenin/laravel-best-practices | A collection of guidelines and best practices for building maintainable, efficient, and scalable Laravel applications. | 11,400 |
delatbabel/elocryptfive | Encrypts and decrypts data stored in Eloquent model attributes in Laravel applications | 87 |
cviebrock/eloquent-sluggable | Provides a way to easily generate unique slugs for Eloquent models in Laravel applications | 3,900 |
laravel/scout | Provides a simple, driver-based solution for adding full-text search to Eloquent models. | 1,568 |
owen-it/laravel-auditing | Provides auditing features to track changes in Eloquent models by recording discrepancies and anomalies | 3,050 |
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,658 |
laracasts/laravel-5-generators-extended | Automates migration schema creation and management in Laravel applications | 2,447 |
nwidart/laravel-modules | A package to manage large Laravel applications using modular components. | 5,549 |
andersao/l5-repository | A package that provides a set of abstractions and tools to manage data access in Laravel applications. | 4,190 |