Get feedback from your users about your documentations.
LaRecipe Feedback
Get feedback from your users about your documentations.
LaRecipe 🍪
LaRecipe is simply a code-driven package provides an easy way to create beautiful documentation for your product or application inside your Laravel app.
Getting Started
Install the package via composer.
composer require binarytorch/larecipe-feedback
Run the migration
php artisan migrate
Use the VueJs component provided by the package at the end of each .md file you want to receive feedback about.
<larecipe-feedback></larecipe-feedback>
You can customize the component via the available props:
The document prop 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.