andreaselia/feedback
最新稳定版本:v1.1.0
Composer 安装命令:
composer require andreaselia/feedback
包简介
Feedback widget for the Laravel framework.
README 文档
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.
统计信息
- 总下载量: 50
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-11-20
