binarytorch / larecipe-feedback
获取用户对您文档的反馈。
v1.0
2019-07-17 12:26 UTC
Requires
- php: >=7.1.0
This package is auto-updated.
Last update: 2024-09-18 01:06:16 UTC
README
LaRecipe Feedback
获取用户对您文档的反馈。
LaRecipe 🍪
LaRecipe 是一个简单的代码驱动包,它提供了一个简单的方法,在您的 Laravel 应用程序中创建产品或应用程序的美丽文档。
入门指南
- 通过 composer 安装此包。
composer require binarytorch/larecipe-feedback
- 运行迁移
php artisan migrate
- 在每个您希望获得反馈的
.md
文件末尾使用此包提供的 VueJs 组件。
<larecipe-feedback></larecipe-feedback>
- 您可以通过可用的属性自定义组件
document
属性仅用作标识,让您查看特定页面的反馈结果,如果未提供值,则包将采用 URL 位置的路径。
<larecipe-feedback document="document id" title="the title of the feedback" message="the response message" ></larecipe-feedback>
注意:此包不带管理仪表板,您可以自行设置或直接从数据库中查看结果。
查看完整文档
许可证
此库采用 MIT 许可证授权 - 请参阅 LICENSE.md 文件以获取详细信息。