Download the PHP package visualbuilder/filament-screenshot-review without Composer
On this page you can find all versions of the php package visualbuilder/filament-screenshot-review. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download visualbuilder/filament-screenshot-review
More information about visualbuilder/filament-screenshot-review
Files in visualbuilder/filament-screenshot-review
Package filament-screenshot-review
Short Description Human QA review for Filament v5 screenshot catalogues — approve, request changes, and file tickets per capture.
License GPL-2.0-or-later
Homepage https://github.com/visualbuilder/filament-screenshot-review
Informations about the package filament-screenshot-review
Filament Screenshot Review
Human QA review on top of visualbuilder/filament-panel-screenshot-catalogue.
Mounts as a Filament v5 plugin and adds three navigation surfaces:
- Status — at-a-glance health card per registered panel
- Captures — full-width grid of capture cards, inline approve / request-changes per card
- Pages — sitemap management; toggle inclusion, add custom URLs
When a reviewer requests changes, the package files a ticket through a host-defined TicketSink with the captured image URL embedded in the ticket body.
Install
Mount the plugin on whichever panel you choose (default convention: the design-system panel):
Ticket sink
Bind your own TicketSink implementation to file tickets in your tracker:
The default binding is NullSink, which logs and returns an empty URL.
Workflow
php artisan screenshot-review:sync-pages --panel=enduser— populate the page registry from the catalogue's sitemap JSON.php artisan screenshot:dispatch --panel=enduser --tag=latest— capture every included page.php artisan screenshot-review:sync-captures --panel=enduser --tag=latest— pull capture metadata into the DB.- Open the Captures tab in Filament — review each card, approve or request changes.
License
GPL-2.0-or-later. See LICENSE.md.
All versions of filament-screenshot-review with dependencies
filament/filament Version ^5.0
illuminate/bus Version ^11.0 || ^12.0 || ^13.0
illuminate/console Version ^11.0 || ^12.0 || ^13.0
illuminate/database Version ^11.0 || ^12.0 || ^13.0
illuminate/support Version ^11.0 || ^12.0 || ^13.0
spatie/laravel-package-tools Version ^1.16