Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[10.x] Allow searching on vendor:publish prompt #48586

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

jessarcher
Copy link
Member

This PR updates the php artisan vendor:publish command to allow filtering the list of providers and tags to more quickly find what you'd like to publish.

Screencast.from.2023-09-29.11-13-23.webm

The search prompt has a Windows fallback, so it doesn't strictly need to be conditional here, but the fallback is better suited to search prompts that have very large lists typically involving a database request. For this scenario, keeping the existing select prompt on Windows felt better.

@taylorotwell taylorotwell merged commit 157bdc5 into 10.x Sep 29, 2023
22 checks passed
@driesvints driesvints deleted the vendor-publish-search branch September 29, 2023 13:31
@timacdonald
Copy link
Member

🔥🔥🔥

@iteranq
Copy link

iteranq commented Oct 8, 2023

Super!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants