PHPackages                             darsain/laravel-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. darsain/laravel-console

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

darsain/laravel-console
=======================

Browser console for Laravel Framework.

17157.2k42[4 issues](https://github.com/darsain/laravel-console/issues)[1 PRs](https://github.com/darsain/laravel-console/pulls)CSS

Since Jul 30Pushed 9y ago9 watchersCompare

[ Source](https://github.com/darsain/laravel-console)[ Packagist](https://packagist.org/packages/darsain/laravel-console)[ RSS](/packages/darsain-laravel-console/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel 4 Console
=================

[](#laravel-4-console)

In-browser console for Laravel 4 PHP framework.

This bundle 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 bundle 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 4

[](#laravel-4)

Add this into `require-dev` in your `composer.json` file:

```
"require-dev" : {
	...
	"darsain/laravel-console": "dev-master"
}

```

Run an update:

```
php composer.phar update

```

Register the console service provider in `app/config/app.php`:

```
'providers' => array(
	...
	'Darsain\Console\ConsoleServiceProvider',
);
```

Then publish the bundle assets:

```
php artisan asset:publish

```

And you are done! Open the console in:

```
yourdomain.com/console

```

### Laravel 3

[](#laravel-3)

Laravel 3 version along with installation process can be found in the [L3 branch](https://github.com/Darsain/laravel-console/tree/L3).

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity44

Moderate usage in the ecosystem

Community21

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/e4850b0c10ec7c7e090ca6cc1c3e0ff32a521118e75941e8ed5a144164fbec1a?d=identicon)[Darsain](/maintainers/Darsain)

---

Top Contributors

[![darsain](https://avatars.githubusercontent.com/u/538801?v=4)](https://github.com/darsain "darsain (46 commits)")[![AgelxNash](https://avatars.githubusercontent.com/u/1748872?v=4)](https://github.com/AgelxNash "AgelxNash (1 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)")[![Fuhrmann](https://avatars.githubusercontent.com/u/1160365?v=4)](https://github.com/Fuhrmann "Fuhrmann (1 commits)")

### Embed Badge

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

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

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.0M6.5k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71470.5k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20720.9k21](/packages/winbox-args)[tomatophp/filament-artisan

Simple but yet powerful library for running some artisan commands for FilamentPHP

3275.4k1](/packages/tomatophp-filament-artisan)

PHPackages © 2026

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