wotz/filament-live-preview

A Filament plugin to add a preview screen to your pages. The screen will render your website with the data from Filament, without saving it.
1,013
Install
composer require wotz/filament-live-preview
Latest Version:v0.2.0
PHP:^8.4
License:MIT
Last Updated:Sep 9, 2026
Links: GitHub  ·  Packagist
Maintainer: Who Owns The Zebra

Filament Live Preview

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.

Installation

You can install the package via composer:

composer require wotz/filament-live-preview

You 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"

Documentation

For the full documentation, check here.

Testing

vendor/bin/pest

Changelog

Please see CHANGELOG for more information on what has changed recently.

Upgrading

Please see UPGRADING for more information on how to upgrade to a new version.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

If you discover any security-related issues, please email info@codedor.be instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.

Related Packages

wotz/filament-table-filter-presets

Save and load named filter presets per user for Filament tables

1,106 0
php-tmdb/laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the...

53,312 160
laravel-ja/laravel

The Laravel Framework.

5,667 17
kavenegar/laravel

laravel 4 and 5 kavenegar integration

366,462 86
reliese/laravel

Reliese Components for Laravel Framework code generation.

3,954,390 1,705