PHPackages                             guratr/nova-command-runner - 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. guratr/nova-command-runner

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

guratr/nova-command-runner
==========================

Laravel Nova tool for running Artisan commands.

1.0.3(7y ago)43232.8k↑140.6%5[7 issues](https://github.com/guratr/nova-command-runner/issues)1MITVuePHP &gt;=7.1.0

Since Jan 7Pushed 5y ago3 watchersCompare

[ Source](https://github.com/guratr/nova-command-runner)[ Packagist](https://packagist.org/packages/guratr/nova-command-runner)[ RSS](/packages/guratr-nova-command-runner/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (6)Used By (1)

Laravel Nova tool for running Artisan commands.
===============================================

[](#laravel-nova-tool-for-running-artisan-commands)

[![Latest Version on Github](https://camo.githubusercontent.com/72d70470a244478c4ccef4c19ed03958bbc321b3970bacab24c5279522301a2f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6775726174722f6e6f76612d636f6d6d616e642d72756e6e65722e7376673f7374796c653d666c6174)](https://packagist.org/packages/guratr/nova-command-runner)[![Total Downloads](https://camo.githubusercontent.com/0f2b97171672ef3625b2a7395c5e6c357851a1930c5e3db2a8326915779e62d6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6775726174722f6e6f76612d636f6d6d616e642d72756e6e65722e7376673f7374796c653d666c6174)](https://packagist.org/packages/guratr/nova-command-runner)

This [Nova](https://nova.laravel.com) tool lets you:

- run &amp; queue artisan commands
- specify options for commands
- get command result
- view commands history

[![screenshot of the command runner tool](https://user-images.githubusercontent.com/1502853/50797697-16c4f100-12ef-11e9-99b0-2bf9736236f1.png)](https://user-images.githubusercontent.com/1502853/50797697-16c4f100-12ef-11e9-99b0-2bf9736236f1.png)

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

[](#installation)

You can install the nova tool in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require guratr/nova-command-runner
```

Next up, you must register the tool with Nova. This is typically done in the `tools` method of the `NovaServiceProvider`.

```
// in app/Providers/NovaServiceProvder.php

// ...

public function tools()
{
    return [
        // ...
        new \Guratr\CommandRunner\CommandRunner,
    ];
}
```

Publish the config file:

```
php artisan vendor:publish --provider="Guratr\CommandRunner\ToolServiceProvider"
```

Add your commands to config/nova-command-runner.php

Available options:

- run : command to run (e.g. `route:cache`)
- options : array of options for command (e.g. `['--allow' => ['127.0.0.1']]`)
- queue : boolean (will use default settings when true) or array (e.g. `['connection' => 'database', 'queue' => 'default']`)
- type : button class (primary, secondary, success, danger, warning, info, light, dark, link)
- group: Group name (optional)

Usage
-----

[](#usage)

Click on the "Command Runner" menu item in your Nova app to see the tool.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity46

Moderate usage in the ecosystem

Community15

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.3% 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 ~0 days

Total

5

Last Release

2688d ago

Major Versions

0.1.1 → v1.0.02019-01-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/1c1798806141b07b1a73476a797cc632f4442b580b1860850c48d77ba7f01408?d=identicon)[guratr](/maintainers/guratr)

---

Top Contributors

[![guratr](https://avatars.githubusercontent.com/u/1502853?v=4)](https://github.com/guratr "guratr (13 commits)")[![toonvandenbos](https://avatars.githubusercontent.com/u/5635557?v=4)](https://github.com/toonvandenbos "toonvandenbos (3 commits)")

---

Tags

laravelnovapackagephpvuejslaravelartisancommandsnova

### Embed Badge

![Health badge](/badges/guratr-nova-command-runner/health.svg)

```
[![Health](https://phpackages.com/badges/guratr-nova-command-runner/health.svg)](https://phpackages.com/packages/guratr-nova-command-runner)
```

###  Alternatives

[stepanenko3/nova-command-runner

Laravel Nova tool for running Artisan and bash(shell) commands.

36983.0k](/packages/stepanenko3-nova-command-runner)[vkovic/laravel-commando

Collection of handy Laravel artisan commands that most projects needs

6139.2k](/packages/vkovic-laravel-commando)[tomatophp/filament-artisan

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

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

PHPackages © 2026

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