Download the PHP package migda/laravel-nestedset-visualisation without Composer
On this page you can find all versions of the php package migda/laravel-nestedset-visualisation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download migda/laravel-nestedset-visualisation
More information about migda/laravel-nestedset-visualisation
Files in migda/laravel-nestedset-visualisation
Package laravel-nestedset-visualisation
Short Description This package allows to visually preview your nestedset graph.
License MIT
Homepage https://github.com/migda/laravel-nestedset-visualisation
Informations about the package laravel-nestedset-visualisation
The package allows to visually preview your nestedset graph.
Extension for Laravel Nestedset.
Installation
You can install the package via composer:
Usage
An artisan command for generating an image of a given graph is included.
It accepts the fully qualified name of the model as an argument, eg. App\Models\Category
If you want to run this command, you need to have installed dot - Part of graphviz package (http://www.graphviz.org/).
Example:
or just:
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
- Rafal Migda
- All Contributors
Inspired by
Winzou State Machine service provider for Laravel
License
The MIT License (MIT). Please see License File for more information.