PHPackages                             mydnic/volet-feature-board - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mydnic/volet-feature-board

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mydnic/volet-feature-board
==========================

A feature board plugin for Volet - Allow users to suggest and vote for features

v1.1.0(7mo ago)19832↓82.1%51MITPHPPHP ^8.1CI passing

Since Apr 23Pushed 1w ago3 watchersCompare

[ Source](https://github.com/mydnic/volet-feature-board)[ Packagist](https://packagist.org/packages/mydnic/volet-feature-board)[ GitHub Sponsors](https://github.com/mydnic)[ RSS](/packages/mydnic-volet-feature-board/feed)WikiDiscussions main Synced yesterday

READMEChangelog (4)Dependencies (7)Versions (5)Used By (1)

A Volet Feature allowing users to vote for features, see the roadmap, etc.
==========================================================================

[](#a-volet-feature-allowing-users-to-vote-for-features-see-the-roadmap-etc)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1d437fd1bcfd36427e03a05d74ba87cd4ab5e1cea8d6455ae33763784f60c7e9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d79646e69632f766f6c65742d666561747572652d626f6172642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mydnic/volet-feature-board)[![GitHub Tests Action Status](https://camo.githubusercontent.com/58112e58efc0dd48098f0203c183a51b76adf0b0c13344439f0f58091a445f2a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d79646e69632f766f6c65742d666561747572652d626f6172642f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/mydnic/volet-feature-board/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/ce5345e7c8eea6018b16d50708d8ffb662452a96f500cf3759150757baf0aa97/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d79646e69632f766f6c65742d666561747572652d626f6172642f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/mydnic/volet-feature-board/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/7f6b80b119134d7eef819c273790893871aa6d00556f3716d5c1586a742e5be4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d79646e69632f766f6c65742d666561747572652d626f6172642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mydnic/volet-feature-board)

A Feature board plugin for [Volet](https://github.com/mydnic/volet) - Allow users to suggest and vote for features

Demo
----

[](#demo)

[![Demo of Feature List](demo1.png)](demo1.png)[![Demo of Feature View](demo2.png)](demo2.png)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require mydnic/volet-feature-board
```

You can publish the config file with:

```
php artisan vendor:publish --tag="volet-feature-board-config"
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="volet-feature-board-migrations"
php artisan migrate
```

Publish the assets with:

```
php artisan vendor:publish --tag="volet-feature-board-assets" --force
```

Usage
-----

[](#usage)

Register the plugin in VoletServiceProvider

```
 $volet->register(
     (new VoletFeatureBoard())
         ->addCategory(
             slug: 'idea',
             name: 'Idea',
             icon: 'https://api.iconify.design/lucide:lightbulb.svg?color=%23888888'
         )
         ->addCategory(
             slug: 'issue',
             name: 'Issue',
             icon: 'https://api.iconify.design/lucide:wrench.svg?color=%23888888'
         )
 );
```

### Notification

[](#notification)

You can choose to be notified when a new feature is submitted by setting the `mail_notification` config to true and adding the emails to notify in the `send_mails_to` array.

This will trigger an email notification, so be sure to have a mail driver configured.

If you wish to customize the notification, you can create your own notification class and trigger it via an observer.

### Issue with Tailwind

[](#issue-with-tailwind)

This package was built with TailwindCSS, to demonstrate that it's possible to use any framework and have a final compiled javascript that can be used by Volet, even in an application that does not use TailwindCSS.

However, there is a known issue with TailwindCSS that makes some utilities not working properly when compiled into a Web Component.

Issue link: [tailwindlabs/tailwindcss#15005](https://github.com/tailwindlabs/tailwindcss/issues/15005)

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Clément Rigo](https://github.com/mydnic)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance83

Actively maintained with recent releases

Popularity28

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~69 days

Total

4

Last Release

227d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bc52c3eeee29c610da76c047b3cec562c062ebb747e5e3ef097677373269b7e4?d=identicon)[mydnic](/maintainers/mydnic)

---

Top Contributors

[![mydnic](https://avatars.githubusercontent.com/u/2733767?v=4)](https://github.com/mydnic "mydnic (52 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (11 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")[![kermitsxb](https://avatars.githubusercontent.com/u/3043758?v=4)](https://github.com/kermitsxb "kermitsxb (2 commits)")

---

Tags

laravelvolet

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/mydnic-volet-feature-board/health.svg)

```
[![Health](https://phpackages.com/badges/mydnic-volet-feature-board/health.svg)](https://phpackages.com/packages/mydnic-volet-feature-board)
```

###  Alternatives

[danog/better-prometheus

A better Prometheus library for PHP applications

13224.5k3](/packages/danog-better-prometheus)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
