andreaselia / laravel-feedback

A pluggable feedback components with a clean, easy to use dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Feedback

Latest Stable Version

Easily collect page view feedback with a beautifully simple to use dashboard.

Laravel Feedback Dashboard

Installation

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

Contributing

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.

About

A pluggable feedback components with a clean, easy to use dashboard

License:MIT License


Languages

Language:PHP 38.7%Language:JavaScript 30.6%Language:Blade 30.2%Language:CSS 0.5%