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

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

filipefernandes9747/artisan-ui
==============================

Run your artisan commands by pressing buttons.

1.0.0(1y ago)1855MITBladePHP ^8.0

Since Aug 13Pushed 1y agoCompare

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

READMEChangelogDependencies (5)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 filipefernandes9747/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

28

—

LowBetter than 54% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

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

636d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/44c4a0ab684a6ff2f571c5b6b1db79320570f053120dadb2793c9b8ee41529a3?d=identicon)[filipe9747](/maintainers/filipe9747)

---

Top Contributors

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

---

Tags

laraveluiartisan

###  Code Quality

TestsPest

### Embed Badge

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

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

###  Alternatives

[worksome/envy

Automatically keep your .env files in sync.

6871.8M](/packages/worksome-envy)[lorisleiva/artisan-ui

Run your artisan commands by pressing buttons.

2254.1k](/packages/lorisleiva-artisan-ui)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[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)[lara-zeus/popover

Zeus Popover is filamentphp component to show a Popover with custom content in tables and infolist

2968.2k3](/packages/lara-zeus-popover)

PHPackages © 2026

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