Hierarchical tree component for Lattice — hierarchy rendering from inline nodes, callbacks, or Eloquent adjacency-list sources, with keyboard navigation, per-node actions, optimistic drag-and-drop moving, and lazy loading over a signed endpoint.
composer require lattice-php/treeComposer is the only install — the package ships its React renderer as source and Lattice's Vite plugin compiles it into your app's bundle. No-build apps use the precompiled standalone module instead: run php artisan lattice:assets after installation.
Documentation: latticephp.com/packages/tree
Development happens in the lattice-php/lattice monorepo; this repository is a read-only split. Please open issues and pull requests there.