wire-elements / spotlight

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

spotlight redirect to new tab #78

Closed sandy15d closed 2 years ago

sandy15d commented 2 years ago

how to perform redirection on new tab

$spotlight->redirect('/admin/sentemails'); this will redirect with same tab... but i want to redirect with new tab

PhiloNL commented 2 years ago

You will have to emit an event and add a listener to the front end to switch between tabs.