Spotlight Pro plugin screenshot
Dark mode ready
Multilingual support
Supports v5.x

Spotlight Pro

Featured Community

Browse your Filament Panel with ease. Filament Spotlight Pro adds a Spotlight like Command Palette to your Filament Panel.

Tags: Panels
Supported versions:
5.x 4.x 3.x
Dennis Koch avatar Author: Dennis Koch

Package health

Beta

Automated checks of this plugin's Composer package

100 / 100
Security 100
Maintenance 100
Ecosystem 100
15 checks
  • Passed: GitHub Actions pinned to SHA
  • Skipped: GitLab CI includes pinned to SHA
  • Passed: Open security advisories
  • Passed: Dependabot PR responsiveness — No stale Dependabot PRs.
  • Skipped: Renovate MR responsiveness
  • Passed: Dependabot or Renovate configured
  • Passed: Dependency update cooldown configured
  • Passed: Provides a security policy
  • Passed: Abandoned or archived — No consulted source marks the package abandoned (github).
  • Passed: Commit and release recency — Active: last commit 2 days ago; no release date available.
  • Passed: composer.lock not committed by library composer.lock is absent from the released dist archive.
  • Passed: Dist archive is lean
  • Passed: Current Laravel version supported — Package dependencies resolve together with current Laravel 13.0.
  • Passed: Current PHP version supported — Constraint ^8.0 supports current PHP 8.5.
  • Skipped: Current Symfony version supported
Third-party plugin. This is built by the community, not the Filament team. Filament does not review, endorse, or vet the security of plugins outside the filament/ namespace. Review the source and install at your own risk. Found malware or an unresolved security issue the author won't address? Report it .
Powered by Plumb Last scanned 2 weeks ago

Documentation

#Overview

Watch the demo

▶ Watch the demo on the Spotlight Pro website

Hit ⌘K and search your whole panel — resources, records, pages and actions — without touching the mouse.

  • Tiered search — drill from resource, to record, to action. Each level narrows the search instead of flooding it.
  • Zero-config discovery — resources, pages and built-in commands register themselves.
  • Actions in the palette — run real Filament actions, with forms, infolists and confirmations, inside the overlay.
  • Global search aware — reuses the searchable attributes, scopes and result titles you already configured.
  • Permission awarecanAccess(), canViewAny() and your own canAccessSpotlight() decide what a user sees.
  • Multi-panel & multi-tenant — search across panels, switch tenants from the keyboard.
  • Feels native — light/dark mode, custom themes, 12 translations.

See all features and a video demo →

#Installation

Buy a license, then authenticate Composer with your key:

composer config http-basic.filament-spotlight-pro.composer.pxlrbt.de [EMAIL] [LICENSE_KEY]
composer require pxlrbt/filament-spotlight-pro

Register the plugin on your panel:

$panel->plugins([
    SpotlightPlugin::make()
        ->registerItems([
            RegisterResources::make(),
            RegisterPages::make(),
            RegisterCommands::make(),
        ]),
]);

Import the styles in your custom theme:

@import '../../../../vendor/pxlrbt/filament-spotlight-pro/resources/spotlight.css';

Full installation guide →

#Pricing

One-time payment, no subscription.

  • €49 — single project
  • €129 — unlimited projects
  • €299 — lifetime, every future version included

Compare licenses →

#Documentation & Support