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

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

geekyhomz/artisan-ui
====================

Run your artisan commands by pressing buttons.

1.0.0(1y ago)03MITBladePHP ^8.0

Since Feb 23Pushed 1y agoCompare

[ Source](https://github.com/geekyHomz/artisan-ui)[ Packagist](https://packagist.org/packages/geekyhomz/artisan-ui)[ Docs](https://github.com/lorisleiva/artisan-ui)[ GitHub Sponsors](https://github.com/sponsors/lorisleiva)[ RSS](/packages/geekyhomz-artisan-ui/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

🧰 Artisan UI
============

[](#-artisan-ui)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b143a07dabe8e1ef0c184b79b2f1870d4aecf58a54110e325a15786a5a4c145f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c6f7269736c656976612f6172746973616e2d75692e737667)](https://packagist.org/packages/lorisleiva/artisan-ui)[![GitHub Tests Action Status](https://camo.githubusercontent.com/7d775d3d2fd62d5677c196346311c9921921783919e832021df7b548d3285c76/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6c6f7269736c656976612f6172746973616e2d75692f54657374733f6c6162656c3d7465737473)](https://github.com/lorisleiva/artisan-ui/actions?query=workflow%3ATests+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/e42c5e19439cbb0f40ddcc224d437150d3be33aaaafac4eb88d9b385208176ba/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c6f7269736c656976612f6172746973616e2d75692e737667)](https://packagist.org/packages/lorisleiva/artisan-ui)

[![artisan-ui](https://user-images.githubusercontent.com/3642397/122096132-21600a80-ce06-11eb-9d26-a73282cc21dd.png)](https://user-images.githubusercontent.com/3642397/122096132-21600a80-ce06-11eb-9d26-a73282cc21dd.png)

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

[](#installation)

```
composer require geekyhomz/artisan-ui
php artisan artisan-ui:install
```

Usage
-----

[](#usage)

Just go to `/artisan` and enjoy! 🌺

[![Capture 2021-06-13T21 53 30 3](https://user-images.githubusercontent.com/3642397/121821698-724ef200-cc92-11eb-8645-f3a877bc2ec6.gif)](https://user-images.githubusercontent.com/3642397/121821698-724ef200-cc92-11eb-8645-f3a877bc2ec6.gif)

Configure access
----------------

[](#configure-access)

By default, Artisan UI is only available on local environments. You can provide your own custom authorization logic by providing a callback to the `ArtisanUI::auth` method. As usual, you may add this logic to any of your service providers.

The following example allows any user on local environments but only admin users on other environments.

```
use Lorisleiva\ArtisanUI\Facades\ArtisanUI;

ArtisanUI::auth(function ($request) {
    if (app()->environment('local')) {
        return true;
    }

    return $request->check() && $request->user()->isAdmin();
});
```

Configure routes
----------------

[](#configure-routes)

You may change the path and domain of the Artisan UI routes to suit your need using the configuration file located in `config/artisan-ui.php`.

Additionally, you may use this configuration file to update the middleware of these routes. By default, the `web` middleware group is used as well as the `AuthorizeArtisanUI` middleware which protects the Artisan UI routes using the callback provided to the `ArtisanUI::auth` method above. Feel free to override that middleware for more custom authorization logic but remember that, without it, the Artisan UI routes will be available to everyone!

Update assets
-------------

[](#update-assets)

If you've recently updated the package and something doesn't look right, it might be because the CSS file for the package is not up-to-date and needs to be re-published. Worry not, simply run the `artisan-ui:install` command again and you're good to go. You can even do that from the UI now! 🤯

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance44

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

444d ago

### Community

Maintainers

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

---

Top Contributors

[![lorisleiva](https://avatars.githubusercontent.com/u/3642397?v=4)](https://github.com/lorisleiva "lorisleiva (49 commits)")[![adithyasrinivasan](https://avatars.githubusercontent.com/u/953341?v=4)](https://github.com/adithyasrinivasan "adithyasrinivasan (6 commits)")[![geekyHomz](https://avatars.githubusercontent.com/u/107352087?v=4)](https://github.com/geekyHomz "geekyHomz (3 commits)")

---

Tags

laraveluiartisan

###  Code Quality

TestsPest

### Embed Badge

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

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

###  Alternatives

[lorisleiva/artisan-ui

Run your artisan commands by pressing buttons.

2254.1k](/packages/lorisleiva-artisan-ui)[phpsa/filament-authentication

User &amp; Role (via Spatie Roles/Permissions) Manager Resource For Filament Admin

12663.6k](/packages/phpsa-filament-authentication)[phpsa/filament-password-reveal

Password Input with option to show

51143.4k2](/packages/phpsa-filament-password-reveal)[phpsa/filament-dadjokes

With DadJokes every time you load your control panel you'll be greeted by an epic dad joke on the dashboard.

1714.1k](/packages/phpsa-filament-dadjokes)

PHPackages © 2026

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