PHPackages                             clevyr/laravel-feedback-form - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. clevyr/laravel-feedback-form

AbandonedArchivedLibrary[Mail &amp; Notifications](/categories/mail)

clevyr/laravel-feedback-form
============================

A simple user feedback form for Laravel.

0.1.3(6y ago)42.5k1MITVuePHP &gt;=5.4.0

Since Sep 24Pushed 6y ago5 watchersCompare

[ Source](https://github.com/clevyr/laravel-feedback-form)[ Packagist](https://packagist.org/packages/clevyr/laravel-feedback-form)[ Docs](https://clevyr.com)[ RSS](/packages/clevyr-laravel-feedback-form/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (5)Used By (0)

Laravel Feedback Form
---------------------

[](#laravel-feedback-form)

This is a simple form to gather feedback from the users of your application.

There's no magic here. This library only publishes the files needed to handle this workflow, and adds it into your existing Laravel application and build process. That makes it 100% customizable.

Requirements:

- Bootstrap
- Laravel 5+

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

[](#installation)

```
composer require clevyr/laravel-feedback-form

# Publish the added files
php artisan vendor:publish --provider="Clevyr\FeedbackForm\FeedbackServiceProvider"
```

Environment Variables
---------------------

[](#environment-variables)

This app depends on environment variables:

```
Required:
FEEDBACK_EMAIL=user@example.com # the recipient of the feedback email

Optional:
FEEDBACK_ENABLED=true # Whether you want to show the feedback form

```

Usage
-----

[](#usage)

Include this Vue directive anywhere in your blade/vue templates:

```

```

You can conditionally show the form in blade templates like this:

```
@if (config('feedback.enabled'))

@endif

```

#### Optional Params

[](#optional-params)

You can pre-populate the name and email fields on the form using the `name` and `email` props.

```

```

License
-------

[](#license)

MIT

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~0 days

Total

4

Last Release

2428d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/826043?v=4)[Clevyr](/maintainers/clevyr)[@clevyr](https://github.com/clevyr)

---

Top Contributors

[![alkrauss48](https://avatars.githubusercontent.com/u/1478883?v=4)](https://github.com/alkrauss48 "alkrauss48 (6 commits)")[![gabe565](https://avatars.githubusercontent.com/u/7717888?v=4)](https://github.com/gabe565 "gabe565 (2 commits)")

---

Tags

laravelemaillaravel5formfeedback

### Embed Badge

![Health badge](/badges/clevyr-laravel-feedback-form/health.svg)

```
[![Health](https://phpackages.com/badges/clevyr-laravel-feedback-form/health.svg)](https://phpackages.com/packages/clevyr-laravel-feedback-form)
```

###  Alternatives

[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[hafael/azure-mailer-driver

Supercharge your Laravel or Symfony app with Microsoft Azure Communication Services (ACS)! Effortlessly add email, chat, voice, video, and telephony-over-IP for next-level communication. 🚀

14109.2k](/packages/hafael-azure-mailer-driver)[ashallendesign/laravel-mailboxlayer

A lightweight Laravel package for validating emails using the Mailbox Layer API.

762.0k](/packages/ashallendesign-laravel-mailboxlayer)

PHPackages © 2026

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