Download the PHP package cube-agency/filament-tree-view without Composer
On this page you can find all versions of the php package cube-agency/filament-tree-view. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cube-agency/filament-tree-view
More information about cube-agency/filament-tree-view
Files in cube-agency/filament-tree-view
Package filament-tree-view
Short Description Filament package to view records in tree view
License MIT
Homepage https://github.com/cube-agency/filament-tree-view
Informations about the package filament-tree-view
Tree View for Filament
Filament plugin for showing records in tree view.
Installation
You can install the package via composer:
Usage
This package uses NestedSet, you should setup your Model/table according to the readme.
Then add trait to your model
After that you just need to extend ListRecords and CreateRecord pages to use TreeViewRecords and CreateTreeViewRecord respectively
After that you just need to extend CreateRecord resource to use CreateTreeViewRecord
and that's it, you are ready to go.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Dmitrijs Mihailovs
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-tree-view with dependencies
filament/filament Version ^3.0
spatie/laravel-package-tools Version ^1.15.0
illuminate/contracts Version ^10.0|^11.0
kalnoy/nestedset Version ^6.0