Download the PHP package sarfraznawaz2005/larafeed without Composer
On this page you can find all versions of the php package sarfraznawaz2005/larafeed. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sarfraznawaz2005/larafeed
More information about sarfraznawaz2005/larafeed
Files in sarfraznawaz2005/larafeed
Package larafeed
Short Description Laravel package for providing visual feedback via screenshots.
License MIT
Informations about the package larafeed
LaraFeed
A package to present feedback dialog on pages so users can send feedback. LaraFeed also captures page's screenshot and saves that too which can be useful especially when debugging what was user experiencing when they sent a feedback.
Requirements
- PHP >= 7
- Laravel 5.7+ | 6
Installation
Install via composer
Publish package's config file by running below command:
It should publish config/larafeed.php
config file and migration file.
Now run php artisan migrate
to create larafeeds
database table.
Put @include('larafeed::view')
in your blade layout file.
That's it, Feedback button should now be visible on pages of your application.
Checkout config file for different options.
Screenshot
When user presses Send Feedback button, existing page's screenshot will automatically be captured and saved ofcourse without that feedback dialog.
Adding Custom Fields
After you have published package assets, you can add custom fields by modifying file resources/views/vendor/larafeed/view.blade.php
and create a migration to add fields to larafeeds
table.
Misc
- You can listen to
Sarfraznawaz2005\LaraFeed\Events\FeedbackReceivedEvent::class
event if need to use captured feedback in your own way.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
Please see the license file for more information.