andreaselia/feedback is a Laravel package for feedback widget for the laravel framework..
It currently has 3 GitHub stars and 88 downloads on Packagist (latest version v1.1.0).
Install it with composer require andreaselia/feedback.
Discover more Laravel packages by andreaselia
or browse all Laravel packages to compare alternatives.
Last updated
Easily collect page view feedback with a beautifully simple to use dashboard.

Install the package:
composer require andreaselia/feedback
Publish the config file and assets:
php artisan vendor:publish --provider="AndreasElia\Feedback\FeedbackServiceProvider"
Don't forget to run the migrations:
php artisan migrate
Publish the public assets:
php artisan vendor:publish --tag=feedback-assets
Add the following blade directives to the <head> section of the template you'd like the feedback widget to show up on:
@feedbackStyles
@feedbackScripts
You're more than welcome to submit a pull request, or if you're not feeling up to it - create an issue so someone else can pick it up.