PHPackages                             krendil/model-tree - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. krendil/model-tree

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

krendil/model-tree
==================

Laravel Nova ModelTree tool. Simple package for manage tree models

v1.0.3(1y ago)117MITPHPPHP ^7.3|^8.0

Since Jul 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/KrendiL101/ModelTree)[ Packagist](https://packagist.org/packages/krendil/model-tree)[ RSS](/packages/krendil-model-tree/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Laravel Nova ModelTree tool
===========================

[](#laravel-nova-modeltree-tool)

> Simple package for manage tree models (category, menu, catalog, etc.)

Support Nova 4

[![screenshot.png](screenshot.png)](screenshot.png)

Requirements
------------

[](#requirements)

The model must have columns `parent_id` and `order`, both type int.

Installation
------------

[](#installation)

Start with installing the package `composer require krendil/model-tree`

Then register the tool inside the `NovaServiceProvider.php`

```
public function tools()
{
    return [new ModelTree];
}
```

Add to menu, in the `resource()` method, insert your resource model

```
(new \Krendil\ModelTree\ModelTree)
    ->resource(Category::class)
    ->menu($request)
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

657d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/928d1571256e72049a2a4347791cc5da3c502f4fbc26ccd91653ec8253068a64?d=identicon)[krendil](/maintainers/krendil)

---

Top Contributors

[![KrendiL101](https://avatars.githubusercontent.com/u/6651783?v=4)](https://github.com/KrendiL101 "KrendiL101 (7 commits)")

---

Tags

laraveltreenova

### Embed Badge

![Health badge](/badges/krendil-model-tree/health.svg)

```
[![Health](https://phpackages.com/badges/krendil-model-tree/health.svg)](https://phpackages.com/packages/krendil-model-tree)
```

###  Alternatives

[optimistdigital/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2872.1M6](/packages/optimistdigital-nova-sortable)[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2861.8M9](/packages/outl1ne-nova-sortable)[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

14720.0k](/packages/markwalet-nova-modal-response)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
