bagoesz21/laravel-console-browser

Browser console for Laravel Framework.
804 2
Install
composer require bagoesz21/laravel-console-browser
Latest Version:v3.0.0-alpha
PHP:^7.3|^8.0
License:MIT
Last Updated:Mar 22, 2026
Links: GitHub  ·  Packagist
Maintainer: bagoesz21

Laravel Console Browser

In-browser console for Laravel PHP framework.

This package is a re-published, re-organised and maintained version of teepluss/laravel-console, which isn't maintained anymore.

This package executes your code within ConsoleController@postExecute context, and displays the produced output.

The purpose is to easily test your stuff without creating garbage routes and controllers just to run something, ... I'm sure you know what I'm talking about :)

This package is intended for a local testing, and shouldn't get nowhere near your production servers!

Screenshots

Installation

Laravel

To install through composer, simply run the following command:

php composer require bagoesz21/laravel-console-browser

If you don't use Laravel 5.5+ and its package discovery feature, register the console service provider in config/app.php:

'providers' => [
	...
	Bagoesz21\ConsoleBrowser\ConsoleBrowserServiceProvider::class,
];

Then publish the package assets:

php artisan vendor:publish --provider="Bagoesz21\ConsoleBrowser\ConsoleBrowserServiceProvider"

And you are done! Open the console in:

yourdomain.com/console

The default username and password is username:password

You can change on config/console.php

Related Packages

florianv/laravel-swap

Drop-in Laravel currency conversion: auto-discovered service provider, facade, a...

2,216,612 337
darsain/laravel-console

Browser console for Laravel Framework.

57,242 168
dusterio/laravel-aws-worker

Run Laravel (or Lumen) tasks and queue listeners inside of AWS Elastic Beanstalk...

5,917,612 307
dusterio/laravel-plain-sqs

Custom SQS connector for Laravel that supports custom format JSON

2,803,823 135
dusterio/laravel-verbose

Package that adds verbosity to Laravel/Lumen built-in console commands

6,292 6