prompts icon indicating copy to clipboard operation
prompts copied to clipboard

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

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

## Summary Prompts allow to specify a validator for a prompt using `validate()` closure or static `$validateUsing` closure. `Prompt::validate()` contains a `match()` with: ```php $error = match (true) { is_callable($this->validate)...

### Installer Version 5.12.0 ### Description https://github.com/user-attachments/assets/0cbfb60e-fb4c-4c81-bd0b-bebf0d4b9367 ### Steps To Reproduce This is happen on PHPStorm (New Terminal)

### Laravel Prompts Version 0.3.4 ### Laravel Version 11.41.3 ### PHP Version 8.2.27 ### Operating System & Version macOS 15.2 ### Terminal Application Mocked ### Description When using the `info`...

help wanted

### Laravel Prompts Version 0.3.3 ### Laravel Version 11.0 ### PHP Version 8.2 ### Operating System & Version linux ubuntu 22.04 ### Terminal Application WSL? ### Description Laravel\Prompts\text() and other...

needs more info

Sometimes we want to show a clickable link to the user, so this PR adds the "link" functionality, which is supported by most current terminals on Linux and macOS. ```php...

### Laravel Prompts Version 0.3.7 ### Laravel Version 12.34.0 ### PHP Version 8.4.1 ### Operating System & Version ubuntu 25.10 ### Terminal Application gnome-terminal- ### Description ### Steps To Reproduce...

### Laravel Prompts Version 0.3.6 ### Laravel Version 11.44.2 ### PHP Version 8.4.12 ### Operating System & Version macOS 15.6 ### Terminal Application VSCode ### Description Spinner animation still happens...

### Laravel Prompts Version 0.3.5 ### Laravel Version 12.17.0 ### PHP Version 8.2.28 ### Operating System & Version macOS 15.5 ### Terminal Application iTerm ### Description I've noticed questions that...

### Laravel Prompts Version 0.3.5 ### Laravel Version 12.15.0 ### PHP Version 8.4.6 ### Operating System & Version Windows 11 ### Terminal Application VS Code ### Description Inside `Laravel\Prompts\Output\ConsoleOutput::doWrite()`, trailing...