Artisan command autocomplete:publish
doesn't exists
#4
-
@joshhanley jfyi,
Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
joshhanley
Nov 16, 2021
Replies: 1 comment
-
@bilogic thanks! 😅 I was writing the readme by wishful thinking haha, hence haven't actually implemented it. Have updated the readme to use You can use Hope this helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bilogic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@bilogic thanks! 😅
I was writing the readme by wishful thinking haha, hence haven't actually implemented it.
Have updated the readme to use
vendor:publish
.You can use
php artisan vendor:publish --provider="LivewireAutocomplete\LivewireAutocompleteServiceProvider" --tag="autocomplete-components"
to publish the components.Hope this helps!