wire-elements/spotlight
Livewire Spotlight adds an Alfred-like command palette to Laravel. Open with configurable keyboard shortcuts or toggle via events, then search, navigate, and run actions from a sleek input bar. Easy Composer install and Livewire directive.
require('vendor/livewire-ui/spotlight/resources/js/spotlight');shouldBeShown method on the SpotlightCommand for any custom logic needed for determining whether a command should be shown in the Spotlight component. This includes resolving any dependencies out of the Laravel service container.SpotlightCommandDependency type support. Defaults to SpotlightCommandDependency::SEARCH$this->dispatchBrowserEvent('toggle-spotlight');make:spotlight command.registerCommandIf and registerCommandUnless helpers to register commands conditionally.How can I help you explore Laravel packages today?