Laravel Prompts v0.3.15 ships several new CLI primitives: task() for long-running processes with spinner and log output, stream() for real-time incremental terminal output with ANSI support, autocomplete() for type-ahead input suggestions, dynamic info panels on select prompts, title() for programmatic terminal window title updates, and notify() for native desktop notifications on macOS and Linux. These features were extracted from the Laravel Cloud CLI codebase and are now available in the core package, enabling AI-powered and interactive terminal applications.
Table of contents
# Run Long Processes with task()# Stream Output in Real Time with stream()# Smarter Input with autocomplete()# Dynamic Context with Select Prompt info# Set Terminal Titles with title()# Send Desktop Alerts with notify()# Building AI-Powered CLI Apps# Learn More1 Comment
Sort: