andreaselia / feedback
Feedback widget for the Laravel framework.
Fund package maintenance!
andreaselia
Requires
- php: ^7.4|^8.0
- ext-intl: *
- illuminate/collections: ^8.0|^9.0
- illuminate/database: ^8.0|^9.0
- illuminate/http: ^8.0|^9.0
- illuminate/support: ^8.0|^9.0
- illuminate/view: ^8.0|^9.0
- jenssegers/agent: ^2.6
Requires (Dev)
- orchestra/testbench: 6.0
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-11-10 19:51:30 UTC
README
Easily collect page view feedback with a beautifully simple to use 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.