prompts icon indicating copy to clipboard operation
prompts copied to clipboard

Beautiful and user-friendly forms for your command-line PHP applications.

Results 6 prompts issues
Sort by recently updated
recently updated
newest added

Currently, when using the `multiselect` component, if you want to select all of the available options, you have to manually hit `space + down` until you've toggled all the options....

This PR adds a trait that can be used in the same way as the `DrawsScrollbars` or `DrawsBoxes` traits to draw a series of tabs in a prompt. The selected...

Ok, taking another stab at this one based on your feedback in #72. I tested the following scenarios: - Question -> Spinner -> Question - Spinner -> Question - Spinner...

bug

In draft until closer to Laravel v12's release date.

This PR introduces an optional third argument to the `spin` helper, allowing the user to display a final message after the spinner has completed its process. The message can either...

I asked about this on [Twitter last week](https://twitter.com/wouterjnl/status/1681991895998689282), but I realize that is not the best place to discuss this. I'm really digging the interactive prompts (arrow-based choice lists &...

enhancement