What's new in v0.1.0

v0.1.0 May 20, 2026

First tracked release. Early beta. Earlier history not recorded — see git log for changes prior to release-tracker adoption.

Browser Console

Browser Console

A web-based Artisan console, shell terminal, log viewer, and debug tool for Laravel. Accessible at /console with its own authentication.

Artisan Console

Run any Artisan command with auto-complete suggestions and grouped command reference.

Shell Terminal

Execute whitelisted shell commands (composer, git, php) with real-time streaming output.

Log Viewer

Browse Laravel log entries with level filtering, search, and download capabilities.

Debug Helper

Ray-like console() helper with labels, colors, table views, and caller tracking.

Deployment Guide

Step-by-step deployment reference with one-click command execution.

Security

Bcrypt password authentication
Session timeout (30 min default)
Rate limiting (600 req/min)
IP address whitelisting
Custom authentication gate support
Shell command allowlist only
No shell operators (;, &&, |, >)
Works in maintenance mode

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 Console

How It Works

1

Create Credentials

Run php artisan browser-console:create to set up your login.

2

Access Console

Visit /console and log in with your credentials.

3

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:

Configuration

Powered by Codenzia
✓ Thanks! We read every message.