A plugin to add a Diagram style Input for FilamentPHP
fastofi-corp/filament-diagrams is a Laravel package for a plugin to add a diagram style input for filamentphp.
It currently has 13 GitHub stars and 29 downloads on Packagist.
Install it with composer require fastofi-corp/filament-diagrams.
Discover more Laravel packages by fastofi-corp
or browse all Laravel packages to compare alternatives.
Last updated
It's a diagram input type for FilamentPHP using dgrm.js from https://github.com/AlexeyBoiko/DgrmJS
You can install the package via composer:
composer require fastofi-corp/filament-diagrams
That's it. Everything else is included once you use the plugin.
FilamentDiagrams::make('input-name')
Feel free to use all Filament Forms input methods except for height. It's still locked to 500px. Important info: still in development, so use at your own risk, or take your time to improve it.
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.