artisan-build / community-prompts
Beautiful and user-friendly forms for your command-line PHP applications built by the community for the Laravel/Prompts package.
Requires
- illuminate/collections: ^11.26
- react/event-loop: ^1.5
- react/stream: ^1.4
Requires (Dev)
- laravel/prompts: ^0.3.0
- mockery/mockery: ^1.5
- pestphp/pest: ^2.3
- phpstan/phpstan: ^1.11
- phpstan/phpstan-mockery: ^1.1
Suggests
- laravel/prompts: Required for the abstract Prompt class.
This package is auto-updated.
Last update: 2024-11-02 06:16:23 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
We currently have no official documentation for Community Prompts.
Documentation for Laravel Prompts can be found on the Laravel website.
Installation and Usage
composer require artisan-build/community-prompts
For usage examples, refer to the playground
directory.
Contributing
Thank you for considering contributing to Community Prompts! We have no guides yet on how to contribute.
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.