Video
Description
Livewire component that brings Spotlight/Alfred-like functionality to your Laravel application.
Add the Livewire directive @livewire('livewire-ui-spotlight'):
<html><body><!-- content --> @livewire('livewire-ui-spotlight')</body></html>
To open the Spotlight input bar you can use one of the following shortcuts:
- CTRL + K
- CMD + K
- CTRL + /
- CMD + /
You can customize the keybindings in the configuration file. It's also possible to toggle Spotlight from any other Livewire component or via Javascript.
Related Content on Laravel Daily
Video
Recent Courses on Laravel Daily
AI Agents/IDEs for Laravel: May 2026 (Claude Code, Codex, OpenCode, etc)
7 lessons
52 min
Next.js Basics for Laravel Developers
11 lessons
58 min
Queues in Laravel 13
18 lessons
1 h 12 min read