wire-elements / spotlight

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

Livewire v3 support #120

Closed PhiloNL closed 12 months ago

PhiloNL commented 1 year ago

It's work in progress, please read the following announcement

pxlrbt commented 12 months ago

@PhiloNL In the announcement you mention wire-elements/modal. Any feedback on your plans with Spotlight?

PhiloNL commented 12 months ago

@pxlrbt just tagged v2 to support Livewire v3 😄 https://github.com/wire-elements/spotlight/releases

pxlrbt commented 12 months ago

Damn, means I need to put in work now 😅 Thanks for upgrading this to LW3. 👍🏼

mbardelmeijer commented 8 months ago

@PhiloNL is there an upgrade guide available for going from 1.0 to 2.0? :)

PhiloNL commented 8 months ago

@PhiloNL is there an upgrade guide available for going from 1.0 to 2.0? :)

composer update should be all there is :)

mbardelmeijer commented 8 months ago

@PhiloNL check! Asked as I ran into the following issue after upgrading: Property [$id] not found on component: [livewire-ui-spotlight]. Found it was due to the view file being overruled and was changed in the default view from $this->id to $this->id(). Just for other people finding this!