fastofi-corp / filament-diagrams
A plugin to add a Diagram style Input for FilamentPHP
Requires
- php: ^8.1
- illuminate/contracts: ^10.0
- spatie/laravel-package-tools: ^1.14.0
Requires (Dev)
- filament/filament: ^2.0
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.9
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^8.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- spatie/laravel-ray: ^1.26
This package is auto-updated.
Last update: 2024-11-09 17:30:11 UTC
README
It's a diagram input type for FilamentPHP using dgrm.js from https://github.com/AlexeyBoiko/DgrmJS
Installation
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.
Usage
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.
Testing
composer test
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
License
The MIT License (MIT). Please see License File for more information.