A Filament plugin to display Volet Feature Board data
mydnic/volet-feature-board-filament-plugin is a Laravel package for a filament plugin to display volet feature board data.
It currently has 0 GitHub stars and 42 downloads on Packagist (latest version v2.1.0).
Install it with composer require mydnic/volet-feature-board-filament-plugin.
Discover more Laravel packages by mydnic
or browse all Laravel packages to compare alternatives.
Last updated
Add a simple Resource page to your Filament panel to display Volet Feature Board data.
You can install the package via composer:
composer require mydnic/volet-feature-board-filament-plugin
use Mydnic\VoletFeatureBoardFilamentPlugin\VoletFeatureBoardFilamentPlugin;
// ...
return $panel
->plugin(new VoletFeatureBoardFilamentPlugin());
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.