Browser Console
A web-based Artisan console, shell terminal, log viewer, and debug tool for Laravel.
Accessible at /console with its own authentication.
Run any Artisan command with auto-complete suggestions and grouped command reference.
Execute whitelisted shell commands (composer, git, php) with real-time streaming output.
Browse Laravel log entries with level filtering, search, and download capabilities.
Ray-like console() helper with labels, colors, table views, and caller tracking.
Step-by-step deployment reference with one-click command execution.
Security
Web-Based Terminal
Run Artisan commands, shell operations, view logs, and debug variables -- all from your browser. No SSH access needed. Works in maintenance mode.
Open Browser ConsoleHow It Works
Create Credentials
Run php artisan browser-console:create to set up your login.
Access Console
Visit /console and log in with your credentials.
Execute Commands
Use the 5 tabs: Artisan, Shell, Logs, Debug, and Deployment Guide.
Debug Helper
Use the console() helper anywhere in your code for Ray-like debugging: