PHPackages                             midnite81/laracommander - 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. midnite81/laracommander

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

midnite81/laracommander
=======================

A package to make artisan commands available on a dashboard

v1.0.8(7y ago)1321MITPHPPHP &gt;=5.6

Since Jan 13Pushed 7y ago2 watchersCompare

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

READMEChangelog (8)Dependencies (6)Versions (10)Used By (0)

LaraCommander - Artisan Web Dashboard
=====================================

[](#laracommander---artisan-web-dashboard)

[![Latest Stable Version](https://camo.githubusercontent.com/be8f99b6965c7626883cb7afaa44f81c3afe43a66ab93f44fc3bcf8b5d2089a3/68747470733a2f2f706f7365722e707567782e6f72672f6d69646e69746538312f6c617261636f6d6d616e6465722f76657273696f6e)](https://packagist.org/packages/midnite81/laracommander) [![Total Downloads](https://camo.githubusercontent.com/b36ecd2729c1e6fe1061e50d30912201ca78fd8ef4a7bfed8365933fbd7c221c/68747470733a2f2f706f7365722e707567782e6f72672f6d69646e69746538312f6c617261636f6d6d616e6465722f646f776e6c6f616473)](https://packagist.org/packages/midnite81/laracommander) [![Latest Unstable Version](https://camo.githubusercontent.com/30a5a90a3eed6708910bf83dd9198ed6f5e249ec1518ab5b3550e92caad2ed34/68747470733a2f2f706f7365722e707567782e6f72672f6d69646e69746538312f6c617261636f6d6d616e6465722f762f756e737461626c65)](https://packagist.org/packages/midnite81/laracommander) [![License](https://camo.githubusercontent.com/ce3f927fdc4fbad44133bea3a221fea7e7c755a69f25f676aaee8077386448e7/68747470733a2f2f706f7365722e707567782e6f72672f6d69646e69746538312f6c617261636f6d6d616e6465722f6c6963656e73652e737667)](https://packagist.org/packages/midnite81/laracommander)

*A web dashboard for Artisan Commands*

Once you've installed LaraCommander, you may wish to view the guide to [How the Dashboard works](dashboard.md)

Installation
============

[](#installation)

This package requires PHP 5.6+, and includes a Laravel 5 Service Provider.

To install through composer include the package in your `composer.json`.

```
{
    "require": {
        "midnite81/laracommander": "1.*"
    }
}
```

Run `composer install` or `composer update` to download the dependencies or you can run `composer require midnite81/laracommander`.

Laravel 5 Integration
---------------------

[](#laravel-5-integration)

If you're using Laravel 5.5, you can ignore the first part of this as Laravel will auto discover this package, but you will need to publish the config file.

To use the package with Laravel 5 firstly add the LaraCommander service provider to the list of service providers in `app/config/app.php`.

```
'providers' => [
    ...
    Midnite81\LaraCommander\CommandServiceProvider::class,
    Collective\Html\HtmlServiceProvider::class,
    ...
];
```

Add in the facades to the aliases section of `app/config/app.php`.

```
'aliases' => [
    ...
    'Form' => Collective\Html\FormFacade::class,
    'Html' => Collective\Html\HtmlFacade::class,
    ...
];
```

### Publish the config

[](#publish-the-config)

Publish the config files using `php artisan vendor:publish --provider="Midnite81\LaraCommander\CommandServiceProvider"`

If you're using Laravel 5.5 or above you can simply type `php artisan vendor:publish` and select `Provider: Midnite81\LaraCommander\CommandServiceProvider`

Configuration File
==================

[](#configuration-file)

Once you have published the config files, you will find a `laracommander.php` file in the `config` folder. It is important that you look through these settings and update these where necessary. By default LaraCommander isn't set to use any auth middleware, which can be set in the config depending on your needs.

Setup complete
==============

[](#setup-complete)

If you've followed the steps above you should now be able to load the LaraCommander Dashboard by going to  (or whatever url you're specified in the config).

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 90.2% 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 ~41 days

Recently: every ~81 days

Total

9

Last Release

2764d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/254850?v=4)[Simon Rogers](/maintainers/midnite81)[@midnite81](https://github.com/midnite81)

---

Top Contributors

[![midnite81](https://avatars.githubusercontent.com/u/254850?v=4)](https://github.com/midnite81 "midnite81 (37 commits)")[![svenluijten](https://avatars.githubusercontent.com/u/11269635?v=4)](https://github.com/svenluijten "svenluijten (4 commits)")

---

Tags

artisanartisan-commandlaravellaravel-5-package

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/midnite81-laracommander/health.svg)

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

###  Alternatives

[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135212.4k7](/packages/statamic-rad-pack-runway)[ronasit/laravel-entity-generator

Provided console command for generating entities.

2052.5k](/packages/ronasit-laravel-entity-generator)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21313.7k3](/packages/ecotone-laravel)[acdphp/laravel-schedule-police

Stop, start or execute scheduled commands from a simple dashboard without redeploying, while maintaining the visibility, control, and reviewability of the configurations in your codebase.

5121.3k](/packages/acdphp-laravel-schedule-police)

PHPackages © 2026

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