Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Filament Peek Laravel Package

pboivin/filament-peek

View on GitHub
Deep Wiki
Context7

Peek

A Filament plugin to add a full-screen preview modal to your Panel pages. The modal can be used before saving to preview a modified record.

Installation

You can install the package via composer:

composer require pboivin/filament-peek:"^4.1"

Register a FilamentPeekPlugin instance in your Panel provider:

use Pboivin\FilamentPeek\FilamentPeekPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        // ...
        ->plugins([
            FilamentPeekPlugin::make(),
        ]);
}

Then, publish the assets:

php artisan filament:assets

Upgrading from 3.x

Follow the steps in the Upgrade Guide.

Compatibility

Peek Status Filament PHP
4.x Supported ^5.0 ^8.2
3.x Supported ^4.0 ^8.2
2.x Bugfixes only ^3.0 ^8.1
1.x Unsupported ^2.0 ^8.0

Please feel free to report any issues you encounter with Peek in GitHub Issues.

Demo Projects

Here are a few example projects available to give this plugin a try:

Repository Description
filament-peek-demo Content previews on a simple Filament project with Laravel Blade views.
Log1x/filament-starter A great starting point for TALL stack projects using Filament. Implements content previews using full-page Livewire components.

Documentation

The documentation is available in the 'docs' directory on GitHub:

FAQ and Known Issues

You'll find some notes and solutions to common issues in GitHub Discussions. Feel free to contribute your own tips and tricks.

Changelog

See CHANGELOG.md for more information on what has changed recently.

Contributing

See CONTRIBUTING.md for details.

Security Vulnerabilities

Review the security policy on how to report security vulnerabilities.

Credits

Acknowledgements

The initial idea was inspired by module previews in Twill.

License

The MIT License (MIT). See LICENSE.md for more information.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope