Installation

composer require vusys/laravel-nestedset

The service provider auto-registers Blueprint macros and registers a publishable config file.

php artisan vendor:publish \
    --provider="Vusys\NestedSet\NestedSetServiceProvider" \
    --tag=nestedset-config

Requirements

  • PHP 8.3+
  • Laravel 11, 12, or 13

Next: Migration to add the columns, then Model Setup to wire up your Eloquent class.