Laravel Prompts Skill 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. It's pre-installed in Laravel and supports macOS, Linux, and Windows with WSL. When to Use This Skill This skill should be triggered when: - Building Laravel Artisan commands with interactive prompts - Creating user-friendly CLI applications in PHP - Implementing form validation in command-line tools - Adding text input, select menus, or confirmation dialogs to console commands - Working wit…