Wirebug Laravel Package Adds Feedback Widget With Built-In Inbox and Auto Context
Wirebug is a Composer package for Laravel 11+ that adds a customizable feedback widget to existing applications without requiring any custom schema or third-party service. Users can submit bug reports, suggestions, or general feedback, optionally attaching screenshots or screen recordings, while technical context is captured automatically. Each submission is stored as an Eloquent model row in the app's own database, queryable via built-in scopes for filtering by status or report type. File attachments are handled through Laravel's Storage system, supporting configurable disks such as S3, and SVG uploads are intentionally blocked to prevent XSS vulnerabilities. The package also supports a polymorphic reporter relation to identify submitters, and displays an optional email field for guest users who are not authenticated.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.
Discussion (0)
Log in to join the discussion and vote.
Log in