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

ActiveLaravel-package

creative-syntax/artisan-ui
==========================

A simple laravel package for artisan commands with user interface

v2.1.0(3y ago)1587↓100%2MITBladePHP &gt;=5.4.0

Since Mar 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/dev-arindam-roy/artisan-ui)[ Packagist](https://packagist.org/packages/creative-syntax/artisan-ui)[ RSS](/packages/creative-syntax-artisan-ui/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

LARAVEL WEB ARTISAN UI/GUI - LIVE SERVER
========================================

[](#laravel-web-artisan-uigui---live-server)

### A simple laravel package for artisan commands with user interface.

[](#a-simple-laravel-package-for-artisan-commands-with-user-interface)

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

[](#installation)

### STEP 1: Run the composer command:

[](#step-1-run-the-composer-command)

```
composer require creative-syntax/artisan-ui
```

### STEP 2: Laravel without auto-discovery:

[](#step-2-laravel-without-auto-discovery)

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

```
CreativeSyntax\ArtisanUi\CreativeSyntaxArtisanUi::class,
```

### STEP 3: Publish the package config:

[](#step-3-publish-the-package-config)

```
php artisan vendor:publish --tag="artisan-ui:config"
```

### - OR -

[](#--or--)

```
php artisan vendor:publish --provider="CreativeSyntax\ArtisanUi\CreativeSyntaxArtisanUi" --force
```

How to use?: It's Very Easy
---------------------------

[](#how-to-use-its-very-easy)

> **DIRECT USE BY ROUTE**

---

 &gt;&gt; `Just install and run the below route ````
Ex: http://your-website/onex/artisan-ui

Ex: http://localhost:8000/onex/artisan-ui
```

[![cache_ui](https://user-images.githubusercontent.com/24665327/224533931-ceb13672-0b20-4b0f-a2ba-9ab068d5bc46.png)](https://user-images.githubusercontent.com/24665327/224533931-ceb13672-0b20-4b0f-a2ba-9ab068d5bc46.png)

[![controller_ui](https://user-images.githubusercontent.com/24665327/224533944-2bbc279f-2e45-41c3-95e1-e6f385397970.png)](https://user-images.githubusercontent.com/24665327/224533944-2bbc279f-2e45-41c3-95e1-e6f385397970.png)

[![alter_ui](https://user-images.githubusercontent.com/24665327/224533962-ee512c04-bcaf-4699-aaee-8bcf5a74b83e.png)](https://user-images.githubusercontent.com/24665327/224533962-ee512c04-bcaf-4699-aaee-8bcf5a74b83e.png)

[![migration_ui](https://user-images.githubusercontent.com/24665327/224533979-b10e3cc2-e7a8-4205-aaad-3cfa419deb67.png)](https://user-images.githubusercontent.com/24665327/224533979-b10e3cc2-e7a8-4205-aaad-3cfa419deb67.png)

Functionalities / Features
--------------------------

[](#functionalities--features)

 &gt;&gt; `Run all artisan commands in LIVE server through web user interface (GUI)` &gt;&gt; `Run all artisan commands in Shared Hosting & Dedicated Hosting`#### You can modify the configuration settings in - "config/artisan-ui.php":

[](#you-can-modify-the-configuration-settings-in---configartisan-uiphp)

```
/** If you want to disable the route or this feature, then make it false */
'is_route_enabled' => true,
```

```
/** If you want to change the route prefix */
'route_prefix' => 'onex',
```

```
/** If you want to change the route name or path */
'route_name' => 'artisan-ui',
```

```
/** If you want to change the page heading */
'page_heading' => 'Artisan UI',
```

```
/** If you want to enable the securiry for access the artisan commands user interface (UI)
 *  Then make it ('is_enabled') true and also you can set login-id and password
 */
'authentication' => [
    'is_enabled' => env('ARTISAN_UI_AUTH_ENABLED', false),
    'login_id' => env('ARTISAN_UI_LOGIN_ID', 'onexadmin'),
    'password' => env('ARTISAN_UI_LOGIN_PASSWORD', 'onexpassword')
]
```

[![access_ui](https://user-images.githubusercontent.com/24665327/224533996-1faf7804-d144-41b0-bb11-8ba2186945c4.png)](https://user-images.githubusercontent.com/24665327/224533996-1faf7804-d144-41b0-bb11-8ba2186945c4.png)

license:
--------

[](#license)

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

Post Issues: if found any
-------------------------

[](#post-issues-if-found-any)

If have any issue please [write me](https://github.com/dev-arindam-roy/artisan-ui/issues).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

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

4

Last Release

1154d ago

Major Versions

v1.1.0 → v2.0.02023-03-12

### Community

Maintainers

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

---

Top Contributors

[![dev-arindam-roy](https://avatars.githubusercontent.com/u/24665327?v=4)](https://github.com/dev-arindam-roy "dev-arindam-roy (11 commits)")

---

Tags

artisanweb artisanartisan-commandslaravel commandsartisan-uiarindam-roycreative-syntaxonexcrmartisan GUIartisan-user-interfaceartisan-web

### Embed Badge

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

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

###  Alternatives

[kitloong/laravel-migrations-generator

Generates Laravel Migrations from an existing database

2.9k7.4M24](/packages/kitloong-laravel-migrations-generator)[recca0120/terminal

run laravel artisan command in web application

878410.9k2](/packages/recca0120-terminal)[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815412.0k47](/packages/nunomaduro-laravel-console-menu)[sven/flex-env

Edit your .env file in Laravel directly from the command line.

10297.2k](/packages/sven-flex-env)[sunaoka/laravel-facade-generator

Provide command line generation of facade layer files.

171.9k](/packages/sunaoka-laravel-facade-generator)

PHPackages © 2026

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