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
4.1.2
  • enh: Add withSerializableClasses config
3.1.2
  • enh: Add withSerializableClasses config
4.1.1
  • fix: Update CachedPreview for Laravel 13
  • chore(deps): bump ramsey/composer-install from 3 to 4
3.1.1
  • fix: Update CachedPreview for Laravel 13
4.1.0
3.1.0
  • Laravel 13.x Compatibility
  • Fix TestCase
  • Add 'web' as default middleware for internal preview url
  • chore(deps): bump stefanzweifel/git-auto-commit-action from 6 to 7
  • chore(deps): bump actions/checkout from 5 to 6
  • chore(deps): bump dependabot/fetch-metadata from 2.4.0 to 2.5.0
4.0.0

Stable release

4.0.0-beta1
  • config: Add 'web' as default middleware for internal preview url
  • docs: Update docs
4.0.0-alpha1
  • feat!: Filament 5 support
3.0.0

Stable release

3.0.0-beta1
  • feat: Deprecate builder previews
  • fix: Typo in internal method
  • docs: Add upgrade guide and cleanup
  • chore: Cleanup config
  • chore: bump aglipanci/laravel-pint-action from 2.5 to 2.6
  • chore: bump actions/checkout from 4 to 5
3.0.0-alpha2
  • fix: BuilderEditor component
3.0.0-alpha1
  • feat!: Filament 4 support
  • refactor!: Default to internal preview URL
  • refactor!: Add Peek facade
  • refactor!: Remove $isPeekModal variable
  • refactor!: Remove Tailwind CSS
  • refactor!: Remove PreviewLink component
  • test: Rework unit and feature tests (wip)
2.4.0
  • feat: Open preview in new browser tab
2.3.0
  • chore: Laravel 12.x Compatibility
  • chore: Update Github Actions
  • chore: bump dependabot/fetch-metadata from 2.2.0 to 2.3.0
  • chore: bump aglipanci/laravel-pint-action from 2.4 to 2.5
2.2.11
  • enh: Add Turkish translations by @AzizEmir
  • fix: Use FQCN for Arr in Blade views
2.2.10
  • fix: Remove tailwind utils from plugin.css
2.2.9
  • enh: Add Czech translations by @JarkaP
2.2.8
  • enh: Add Dutch translations by @el-klo
  • chore: bump dependabot/fetch-metadata from 2.1.0 to 2.2.0
2.2.7
  • fix: Remove filament vendor views from tailwind content config
  • enh: Fix preview styles on mobile screens
  • chore: bump dependabot/fetch-metadata from 2.0.0 to 2.1.0
2.2.6
  • enh: Support ListPreviewAction with relation managers
  • chore: bump dependabot/fetch-metadata from 1.6.0 to 2.0.0
  • chore: bump aglipanci/laravel-pint-action from 2.3.1 to 2.4
2.2.5
  • chore: Add Laravel 11 compatibility by @bambamboole
  • chore: bump ramsey/composer-install from 2 to 3
2.2.4
  • fix: Fix iframe not refreshing when using internalPreviewUrl by @FDT2k
2.2.3
  • fix: Call beforeStateDehydrated hook by default to handle image uploads
2.2.2
  • fix: Don't call state hooks by default when opening the preview modal
  • chore: Fix tests
  • chore: PHP 8.3
  • chore: bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1
2.2.1
2.2.0
  • feat: Add option to use internal preview URL
  • chore: Bump stefanzweifel/git-auto-commit-action
2.1.0
  • feat: Add ListPreviewAction component
  • feat: Add preview modal data from PreviewAction
  • enh: Add builderName() method alias
  • docs: Update documentation
2.0.2
  • fix: Prevent validation issue with auto-refresh option
  • enh: Prevent multiple refreshes in one request
2.0.1
  • fix: Ensure builder field is remembered in InlinePreviewAction
  • chore: Rework integration tests
  • chore: Update run-tests workflow
  • chore: Bump actions/checkout
2.0.0

Stable release

2.0.0-beta4
  • fix: Don't attach keyup listener if not needed
  • fix: Try/catch iframe operations
1.1.1
  • fix: Don't attach keyup listener if not needed
  • fix: Try/catch iframe operations
2.0.0-beta3
  • enh: Replace assets config with plugin methods
  • docs: Add documentation on custom theme integration
2.0.0-beta2
  • feat: Add InlinePreviewAction (Deprecate PreviewLink)
  • fix: Add missing modal tag
  • fix: Dark mode styles
  • chore: Update illuminate/contracts requirement
2.0.0-beta1
  • fix: Refresh on render if needed
2.0.0-alpha1
  • feat!: Initial support for Filament 3
1.1.0
  • feat: Add preview modal JavaScript hooks
1.0.2
  • fix: Editor sidebar resize in RTL UI
1.0.1
1.0.0
  • enh: Default canDiscardChanges to true
  • fix: Fill builder editor data
1.0.0-beta2
  • refactor: Always show active preset
  • refactor: Updade config options
  • fix: Prevent crash in resetBuilderEditor
  • fix: Validate form before preview
  • fix: Validate builder editor before closing preview
  • test: Add BuilderEditorTest
1.0.0-beta1
  • feat: Add 'reactive' auto refresh strategy
  • feat: Add option to restore iframe scroll position on refresh
  • enh: Update getListeners method
  • enh: Add check for missing custom event listener
  • enh: Accept single Component as builder schema
  • enh: Throw custom exception if page is not properly configured
  • enh: Refresh on submit
  • enh: Improve Tiptap support
  • fix: Builder editor improvements
  • fix: Pass raw editor data to mutateBuilderPreviewData
  • fix: Update builder field if empty
  • fix: Improve close modal handling
  • chore: Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0
1.0.0-alpha2
  • refactor!: Update various method names
  • feat: Implement sidebar resize
  • feat: Support custom focus out handlers
  • enh: Detect if editor has sidebar actions
  • enh: Update PreviewLink default styles
  • fix: Support preview modal on View pages
0.3.1
  • fix: Support preview modal on View pages
1.0.0-alpha1
  • feat: Builder Previews
  • docs: Builder Previews Documentation
  • enh: Add type annotations and tag internal methods
0.3.0
  • feat: Show active device preset
  • feat: Add closeModalWithEscapeKey config
  • refactor: Extract alpine component and version dist assets
0.2.4
  • fix: Handle escape key within preview modal iframe
  • enh: Update preview modal pointer-events CSS selector
0.2.3
  • fix: Replace iframe pointer-events CSS with preview modal content style block
0.2.2
  • enh: Extract renderPreviewModalView method
  • chore: Bump dependabot/fetch-metadata from 1.5.0 to 1.5.1
  • chore: Bump aglipanci/laravel-pint-action from 2.2.0 to 2.3.0
0.2.1
  • fix: Remove duplicated call to getPreviewModalUrl
  • test: Add HasPreviewModal tests
0.2.0
  • feat: Add pointer events config
  • feat: Add focus trap and handle escape key
  • fix: Handle preset rotation when using allowIframeOverflow config
  • enh: Change PreviewLink into form component
0.1.2
  • fix: Support preview modal on List and Create pages
0.1.1
  • fix: Remove unused method
  • chore: Bump dependabot/fetch-metadata from 1.4.0 to 1.5.0
0.1.0
  • Initial release
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.
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui
babelqueue/php-sdk
facebook/capi-param-builder-php
babelqueue/symfony
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