wire-elements / spotlight

Livewire component that brings Spotlight/Alfred-like functionality to your Laravel application.
MIT License
911 stars 71 forks source link

Implementing a Dedicated Search Box with Laravel's Spotlight Search #115

Closed sandy15d closed 1 year ago

sandy15d commented 1 year ago

I am a huge admirer of the spotlight search feature in Laravel, and I have utilized it in numerous projects. However, at present, I require a search functionality that doesn't rely on a modal popup. Instead, I would like to implement a dedicated search box for this purpose. How can I accomplish this?