lattice-php / tree
Hierarchical tree component with lazy loading, keyboard navigation, and drag-and-drop for Lattice.
Package info
Language:TypeScript
pkg:composer/lattice-php/tree
Requires
- php: ^8.4
- illuminate/database: ^11.0 || ^12.0 || ^13.0
- illuminate/http: ^11.0 || ^12.0 || ^13.0
- illuminate/routing: ^11.0 || ^12.0 || ^13.0
- illuminate/support: ^11.0 || ^12.0 || ^13.0
- lattice-php/action: 0.45.1
- lattice-php/core: 0.45.1
- lattice-php/ui: 0.45.1
This package is auto-updated.
Last update: 2026-08-08 13:02:46 UTC
README
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/tree
Composer 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.