Get feedback from your users about your documentations.
binarytorch/larecipe-feedback is a Laravel package for get feedback from your users about your documentations..
It currently has 19 GitHub stars and 7.836 downloads on Packagist (latest version v1.0).
Install it with composer require binarytorch/larecipe-feedback.
Discover more Laravel packages by binarytorch
or browse all Laravel packages to compare alternatives.
Last updated
LaRecipe is simply a code-driven package provides an easy way to create beautiful documentation for your product or application inside your Laravel app.

composer require binarytorch/larecipe-feedback
php artisan migrate
.md file you want to receive feedback about.<larecipe-feedback></larecipe-feedback>
The
documentprop is just an identified to let you see the feedback results about specific page, if the value is not provided the package will take the url location's path.
<larecipe-feedback
document="document id"
title="the title of the feedback"
message="the response message"
></larecipe-feedback>
Note: this package doesn't come with Admin dashboard, you can setup that by yourself or see the results directly from the DB.
This library is licensed under the MIT License - see the LICENSE.md file for details.