andreaselia / feedback
Laravel框架的反馈小部件。
v1.1.0
2022-02-03 09:25 UTC
Requires
- php: ^7.4|^8.0
- ext-intl: *
- illuminate/collections: ^8.0|^9.0
- illuminate/database: ^8.0|^9.0
- illuminate/http: ^8.0|^9.0
- illuminate/support: ^8.0|^9.0
- illuminate/view: ^8.0|^9.0
- jenssegers/agent: ^2.6
Requires (Dev)
- orchestra/testbench: 6.0
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-09-10 19:26:38 UTC
README
使用美观简单的仪表盘轻松收集页面视图反馈。
安装
安装包
composer require andreaselia/feedback
发布配置文件和资源
php artisan vendor:publish --provider="AndreasElia\Feedback\FeedbackServiceProvider"
别忘了运行迁移
php artisan migrate
发布公共资源
php artisan vendor:publish --tag=feedback-assets
将以下blade指令添加到您希望显示反馈小部件的模板的<head>
部分
@feedbackStyles @feedbackScripts
贡献
欢迎您提交pull request,或者如果您不想这样做,可以创建一个问题,以便其他人可以接手。