A Filament plugin to add a preview screen to your pages using websockets. The screen will render your website with the data from Filament, without saving it. Heavily based on Filament Peek.
You can install the package via composer:
composer require wotz/filament-live-previewYou can publish the config file with:
php artisan vendor:publish --tag="filament-live-preview-config"This is the contents of the published config file:
return [
];Optionally, you can publish the views using
php artisan vendor:publish --tag="filament-live-preview-views"For the full documentation, check here.
vendor/bin/pestPlease see CHANGELOG for more information on what has changed recently.
Please see UPGRADING for more information on how to upgrade to a new version.
Please see CONTRIBUTING for details.
If you discover any security-related issues, please email info@codedor.be instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.