[1.0.0] – 2025-02-18 – Initial Release
This is the first release of filament-command-palette, a Spotlight-style command palette for Filament panels.
Features
- Quick navigation
- Open with Cmd+K (Mac) or Ctrl+K (Windows/Linux)
- Jump to pages, resources, and navigation items
- Search and filter as you type
- Use arrow keys and Enter to select
UI
- Optional topbar trigger (configurable)
- Dark mode support
- Filament v5-compatible styling
Customization
- Custom commands via config closures
- Publishable views (resources/views/vendor/command-palette/)
- “Publish views” shortcut in the palette for one-click publishing
Configuration
key_bindings– keyboard shortcut (default: mod+k)show_topbar_button– show/hide topbar triggershow_topbar_button_when_global_search_enabled– visibility when global search is onmax_results– max results per groupinclude_publish_views_command– show “Publish views” in the palettecustom_commands– register custom CommandItem entries