PHPackages                             teepluss/console - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. teepluss/console

ActiveLibrary[CLI &amp; Console](/categories/cli)

teepluss/console
================

Browser console for Laravel Framework.

2.1.0(9y ago)4251.3k10[1 PRs](https://github.com/teepluss/laravel-console/pulls)MITCSSPHP &gt;=5.5.9

Since Nov 2Pushed 5y ago3 watchersCompare

[ Source](https://github.com/teepluss/laravel-console)[ Packagist](https://packagist.org/packages/teepluss/console)[ RSS](/packages/teepluss-console/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (6)Used By (0)

Laravel 5 Console
=================

[](#laravel-5-console)

In-browser console for Laravel 5 PHP framework.

This package is a re-published, re-organised and maintained version of [darsain/laravel-console](https://github.com/darsain/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
-----------

[](#screenshots)

[![Index](https://camo.githubusercontent.com/2831aed715fad4699b5c872880d6ed31f6d34c44e8041ac25520ebc9f9a5600d/687474703a2f2f692e696d6775722e636f6d2f5361445075726d2e706e67)](https://camo.githubusercontent.com/2831aed715fad4699b5c872880d6ed31f6d34c44e8041ac25520ebc9f9a5600d/687474703a2f2f692e696d6775722e636f6d2f5361445075726d2e706e67)[![Output](https://camo.githubusercontent.com/0180ef81c0550e5e4b6011f4326a88e8bc70ca63f22641d50a95d1ae9d80d4fb/687474703a2f2f692e696d6775722e636f6d2f59657a6c6941692e706e67)](https://camo.githubusercontent.com/0180ef81c0550e5e4b6011f4326a88e8bc70ca63f22641d50a95d1ae9d80d4fb/687474703a2f2f692e696d6775722e636f6d2f59657a6c6941692e706e67)[![SQL](https://camo.githubusercontent.com/608f29294a58932506649afb40707ba8161ccc9e2fb9d54fc43345e716bf0a24/687474703a2f2f692e696d6775722e636f6d2f424c7337776e572e706e67)](https://camo.githubusercontent.com/608f29294a58932506649afb40707ba8161ccc9e2fb9d54fc43345e716bf0a24/687474703a2f2f692e696d6775722e636f6d2f424c7337776e572e706e67)

Installation
------------

[](#installation)

### Laravel 5

[](#laravel-5)

To install through composer, simply run the following command:

```
php composer require teepluss/console

```

If you don't use Laravel 5.5+ and its [package discovery](https://laravel.com/docs/5.5/packages#package-discovery) feature, register the console service provider in `config/app.php`:

```
'providers' => [
	...
	Teepluss\Console\ConsoleServiceProvider::class,
];
```

Then publish the package assets:

```
php artisan vendor:publish --provider="Teepluss\Console\ConsoleServiceProvider"

```

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

###  Health Score

38

—

LowBetter than 84% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 82.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~56 days

Total

4

Last Release

3306d ago

PHP version history (2 changes)2.0.0PHP &gt;=5.4.0

2.0.1PHP &gt;=5.5.9

### Community

Maintainers

![](https://www.gravatar.com/avatar/98f73b54567183f49c41533fc0c05cfffccdf5ed4f0351e3065d62d14779d26f?d=identicon)[teepluss](/maintainers/teepluss)

---

Top Contributors

[![darsain](https://avatars.githubusercontent.com/u/538801?v=4)](https://github.com/darsain "darsain (46 commits)")[![tortuetorche](https://avatars.githubusercontent.com/u/5038872?v=4)](https://github.com/tortuetorche "tortuetorche (5 commits)")[![ajimix](https://avatars.githubusercontent.com/u/30565?v=4)](https://github.com/ajimix "ajimix (1 commits)")[![codextends](https://avatars.githubusercontent.com/u/3092179?v=4)](https://github.com/codextends "codextends (1 commits)")[![AgelxNash](https://avatars.githubusercontent.com/u/1748872?v=4)](https://github.com/AgelxNash "AgelxNash (1 commits)")[![ethaizone](https://avatars.githubusercontent.com/u/1168777?v=4)](https://github.com/ethaizone "ethaizone (1 commits)")[![Fuhrmann](https://avatars.githubusercontent.com/u/1160365?v=4)](https://github.com/Fuhrmann "Fuhrmann (1 commits)")

---

Tags

consolebrowserlaravel

### Embed Badge

![Health badge](/badges/teepluss-console/health.svg)

```
[![Health](https://phpackages.com/badges/teepluss-console/health.svg)](https://phpackages.com/packages/teepluss-console)
```

###  Alternatives

[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815412.0k48](/packages/nunomaduro-laravel-console-menu)[nunomaduro/laravel-console-dusk

Laravel Console Dusk allows the usage of Laravel Dusk in Laravel/Laravel Zero artisan commands.

16255.4k7](/packages/nunomaduro-laravel-console-dusk)[rahul900day/laravel-console-spinner

Laravel Console Spinner is a spinner output for Laravel command line.

76125.4k1](/packages/rahul900day-laravel-console-spinner)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
