PHPackages                             codicastudio/artisan - 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. codicastudio/artisan

ActiveLibrary

codicastudio/artisan
====================

A random Codica Studio package.

1.0.0(5y ago)04MITVuePHP ^7.4 || ^8.0

Since Sep 25Pushed 5y ago1 watchersCompare

[ Source](https://github.com/codicastudio/artisan)[ Packagist](https://packagist.org/packages/codicastudio/artisan)[ Docs](https://github.com/codicastudio/artisan)[ RSS](/packages/codicastudio-artisan/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

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

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

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

- run 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 : arrary of options for command (e.g. \['--allow' =&gt; \['127.0.0.1'\]\])
- 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

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

2061d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a33b354bea681b74be49f37bbe9f3c4f145dbefe0f2b5cbb705b0731bf13fd3?d=identicon)[codicastudio](/maintainers/codicastudio)

### Embed Badge

![Health badge](/badges/codicastudio-artisan/health.svg)

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

PHPackages © 2026

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