laravel / prompts
Add beautiful and user-friendly forms to your command-line applications.
Installs: 62 157 567
Dependents: 265
Suggesters: 2
Security: 0
Stars: 513
Watchers: 16
Forks: 93
Open Issues: 5
Requires
- php: ^8.1
- composer-runtime-api: ^2.2
- ext-mbstring: *
- symfony/console: ^6.2|^7.0
Requires (Dev)
- illuminate/collections: ^10.0|^11.0
- mockery/mockery: ^1.5
- pestphp/pest: ^2.3
- phpstan/phpstan: ^1.11
- phpstan/phpstan-mockery: ^1.1
Suggests
- ext-pcntl: Required for the spinner to be animated.
Conflicts
- illuminate/console: >=10.17.0 <10.25.0
- laravel/framework: >=10.17.0 <10.25.0
- dev-main / 0.3.x-dev
- v0.3.1
- v0.3.0
- v0.2.1
- v0.2.0
- v0.1.25
- v0.1.24
- v0.1.23
- v0.1.22
- v0.1.21
- v0.1.20
- v0.1.19
- v0.1.18
- v0.1.17
- v0.1.16
- v0.1.15
- v0.1.14
- v0.1.13
- v0.1.12
- v0.1.11
- v0.1.10
- v0.1.9
- v0.1.8
- v0.1.7
- v0.1.6
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
- dev-php84
- dev-chore-1
- dev-test-helpers
- dev-debug-markers
- dev-fallbacks
This package is auto-updated.
Last update: 2024-10-15 14:35:21 UTC
README
Introduction
Laravel Prompts is a PHP package for adding beautiful and user-friendly forms to your command-line applications, with browser-like features including placeholder text and validation.
Laravel Prompts is perfect for accepting user input in your Artisan console commands, but it may also be used in any command-line PHP project.
Official Documentation
Documentation for Laravel Prompts can be found on the Laravel website.
Contributing
Thank you for considering contributing to Laravel Prompts! The contribution guide can be found in the Laravel documentation.
Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
Laravel Prompts is open-sourced software licensed under the MIT license.