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

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

blessedjasonmwanza/artisan-ui
=============================

GUI package for managing and monitoring Laravel artisan commands and their output

v1.0.43(3mo ago)030MITJavaScriptPHP &gt;=8.1

Since Apr 16Pushed 3mo agoCompare

[ Source](https://github.com/blessedjasonmwanza/artisan-ui)[ Packagist](https://packagist.org/packages/blessedjasonmwanza/artisan-ui)[ RSS](/packages/blessedjasonmwanza-artisan-ui/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (5)Versions (44)Used By (0)

Artisan UI
==========

[](#artisan-ui)

Artisan UI is a production-grade Laravel package that provides a secure, modern web-based interface for your Artisan commands. No more typing in the terminal—manage your application through a beautiful graphical UI.

[![Artisan UI Preview](./dashboard.png)](./dashboard.png)

Features
--------

[](#features)

- **🚀 Dynamic Discovery**: Automatically finds all your Artisan commands.
- **🛡️ Secure by Default**: Standalone authentication system and command filtering.
- **📊 Live Console**: See command output in real-time as if you were in the terminal.
- **📱 Modern Design**: Built with React and Radix Themes for a premium feel.
- **🕵️ Audit Logs**: Full history of every command executed, who ran it, and what the output was.

Requirements
------------

[](#requirements)

- PHP 8.1+
- Laravel 10.0, 11.0, or 12.0+

Note

**PHP Version Support**: Artisan UI supports PHP 8.1 and all future versions. If you encounter installation issues with a newer PHP version, see [Installation Troubleshooting Guide](./INSTALLATION_TROUBLESHOOTING.md).

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

[](#installation)

Getting started is simple. Artisan UI features **Zero-Config Installation**—it handles everything automatically.

### 1. Install via Composer

[](#1-install-via-composer)

Run the following command in your terminal:

```
composer require blessedjasonmwanza/artisan-ui
```

### 2. Publish Assets and Run migrations

[](#2-publish-assets-and-run-migrations)

```
php artisan artisan-ui:install
```

### 2. Access the Dashboard

[](#2-access-the-dashboard)

Navigate to `/artisan-ui` in your browser.

The package will automatically handle:

- Publishing assets and configuration files.
- Running database migrations.
- Setting up your first administrator account on the setup page.

**No manual commands needed!** Everything runs on first access after installation or update.

---

Tip

**Manual Installation**: If you ever need to manually trigger installation, use:

```
php artisan artisan-ui:install
```

Or publish assets individually:

```
php artisan vendor:publish --tag=artisan-ui-assets --force
php artisan vendor:publish --tag=artisan-ui-config --force
```

**Uninstallation**: To remove the package completely:

```
php artisan artisan-ui:install --uninstall
```

This will remove published assets, configuration files, and optionally drop database tables.

---

Configuration
-------------

[](#configuration)

You can customize the package by editing `config/artisan-ui.php`.

### Command Whitelist/Blacklist

[](#command-whitelistblacklist)

Control which commands are visible in the UI:

```
'commands' => [
    'only' => [], // Leave empty to show all
    'exclude' => [
        'tinker',
        'up',
        'down',
    ],
],
```

### Path &amp; Middleware

[](#path--middleware)

Change the URL or add your own security layers:

```
'path' => 'my-custom-artisan-path',
'middleware' => ['web', 'auth'],
```

Security
--------

[](#security)

- **No Shell Execution**: We use `symfony/process` to run *only* legitimate Laravel commands.
- **Standalone Auth**: Artisan UI doesn't touch your main `users` table. It uses its own secure authentication.
- **Input Validation**: All arguments and options are strictly validated before execution.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance81

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

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

43

Last Release

98d ago

PHP version history (3 changes)v1.0.10PHP ^8.2

v1.0.15PHP &gt;=8.2

v1.0.16PHP &gt;=8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/35315311?v=4)[Blessed Jason Mwanza](/maintainers/blessedjasonmwanza)[@blessedjasonmwanza](https://github.com/blessedjasonmwanza)

---

Top Contributors

[![blessedjasonmwanza](https://avatars.githubusercontent.com/u/35315311?v=4)](https://github.com/blessedjasonmwanza "blessedjasonmwanza (57 commits)")

###  Code Quality

TestsPest

### Embed Badge

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

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

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M321](/packages/laravel-horizon)[illuminate/console

The Illuminate Console package.

13046.0M6.8k](/packages/illuminate-console)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[api-platform/laravel

API Platform support for Laravel

58174.6k17](/packages/api-platform-laravel)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[illuminate/process

The Illuminate Process package.

44869.2k108](/packages/illuminate-process)

PHPackages © 2026

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