PHP code example of visualbuilder / filament-screenshot-review
1. Go to this page and download the library: Download visualbuilder/filament-screenshot-review library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
visualbuilder / filament-screenshot-review example snippets
// app/Providers/Filament/DesignSystemPanelProvider.php
->plugins([
\Visualbuilder\FilamentScreenshotReview\Filament\FilamentScreenshotReviewPlugin::make(),
])
// app/Providers/AppServiceProvider.php
$this->app->bind(
\Visualbuilder\FilamentScreenshotReview\Contracts\TicketSink::class,
\App\TicketSinks\YoutrackTicketSink::class,
);