Download the PHP package usamamuneerchaudhary/filament-command-palette without Composer
On this page you can find all versions of the php package usamamuneerchaudhary/filament-command-palette. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download usamamuneerchaudhary/filament-command-palette
More information about usamamuneerchaudhary/filament-command-palette
Files in usamamuneerchaudhary/filament-command-palette
Package filament-command-palette
Short Description A Spotlight/CMD+K style command palette for quick navigation and actions across Filament panels.
License MIT
Informations about the package filament-command-palette
Filament Command Palette
A Spotlight/CMD+K style command palette for quick navigation and actions across Filament panels.
Features
- Keyboard shortcut: Press
Cmd+K(Mac) orCtrl+K(Windows/Linux) to open - Quick navigation: Jump to any page, resource, or navigation item
- Search: Filter commands by typing
- Keyboard navigation: Use arrow keys and Enter to select
- Optional topbar button: Click to open from the topbar
Installation
Setup
Register the plugin in your Filament panel provider:
Configuration
Publish the config file (optional):
Options in config/command-palette.php:
key_bindings: Keyboard shortcuts (default:['mod+k'])show_topbar_button: Show optional trigger in topbar (default:true)max_results: Max results per category (default:10)include_publish_views_command: Show "Publish views" in the command palette (default:true)custom_commands: Array of closures returningCommandItem[]for extensibility
Publishing Views
You can publish the package views to customize the command palette layout, styling, and behavior. Published views go to resources/views/vendor/command-palette/ and can be edited freely.
From the command palette: Open the palette (Cmd+K), search for "Publish views", and select it to open a page with a one-click publish button.
From the terminal:
Or using Laravel's vendor publish directly:
Use --force to overwrite existing published views.
Custom Commands
Add custom commands via config:
Requirements
- PHP 8.2+
- Filament v5
- Laravel 11 or 12
Screenshots
License
MIT
All versions of filament-command-palette with dependencies
spatie/laravel-package-tools Version ^1.19
filament/filament Version ^4.0|^5.0
illuminate/contracts Version ^11.0|^12.0|^13.0
illuminate/support Version ^11.0|^12.0|^13.0

