wire-elements / spotlight

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

Publishing views finds nothing #125

Closed nick-wilkins closed 5 months ago

nick-wilkins commented 10 months ago

Taking a look at the readme here, I want to publish (to tweak the blade views). This however does nothing: php artisan vendor:publish --tag=livewire-ui-spotlight-views

It returns: INFO No publishable resources for tag [livewire-ui-spotlight-views].

Am I missing something or has the tag changed? Thanks

nick-wilkins commented 10 months ago

I've reliased Im using the pro version, and I needed to run: php artisan vendor:publish --tag=wire-elements-pro-views