PHPackages                             ffogarasi/nice-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. [CLI &amp; Console](/categories/cli)
4. /
5. ffogarasi/nice-artisan

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

ffogarasi/nice-artisan
======================

Web interface for Laravel Artisan

41462PHP

Since Apr 4Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ffogarasi/nice-artisan)[ Packagist](https://packagist.org/packages/ffogarasi/nice-artisan)[ RSS](/packages/ffogarasi-nice-artisan/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Nice Artisan
------------

[](#nice-artisan)

This package is to add a web interface for Laravel 5 Artisan.

For Laravel 5.2 get branch laravel\_5\_2 !

For Laravel 5.1 get branch laravel\_5\_1 !

It's still a work in progress.

### Installation

[](#installation)

Add Nice Artisan to your composer.json file :

```
    composer require ffogarasi/nice-artisan

```

The next required step is to add the service provider to config/app.php :

```
    FFogarasi\NiceArtisan\NiceArtisanServiceProvider::class,

```

And copy the package config to your local config with the publish command:

```
    php artisan vendor:publish

```

In the `config/nice-artisan.php` generate a long enough random token. This is used as an API token if you want to call artisan commands using curl for example.

You can change options and commands in `config/commands.php`. The menu is dynamically created with this config.

Now it must work with this url :

```
    .../niceartisan

```

### Middleware

[](#middleware)

If you want to use this package on a production application you must protect the urls with a middleware for your security ! For this you can change `checkUser` function in the provided middleware.

And register it in Kernel with `nice_artisan` name :

```
protected $routeMiddleware = [
    ....
    'nice_artisan' => \App\Http\Middleware\NiceArtisanMiddleware::class,
];

```

If you have CSRF verification enabled then create your custom VerifyCsrfToken class as it is described here:  section `Excluding URIs From CSRF Protection` and add the exception for the rest\_item route

### Screenshots

[](#screenshots)

[![nice-artisan1](https://cloud.githubusercontent.com/assets/2959682/11610549/a9a3055c-9ba6-11e5-936b-f1d3830baf62.jpg)](https://cloud.githubusercontent.com/assets/2959682/11610549/a9a3055c-9ba6-11e5-936b-f1d3830baf62.jpg)[![nice-artisan2](https://cloud.githubusercontent.com/assets/2959682/11610548/a9a308e0-9ba6-11e5-9cee-94d7cc373024.jpg)](https://cloud.githubusercontent.com/assets/2959682/11610548/a9a308e0-9ba6-11e5-9cee-94d7cc373024.jpg)[![nice-artisan3](https://cloud.githubusercontent.com/assets/2959682/11610547/a9a00942-9ba6-11e5-88b6-9c30f25f220f.jpg)](https://cloud.githubusercontent.com/assets/2959682/11610547/a9a00942-9ba6-11e5-88b6-9c30f25f220f.jpg)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity44

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6939fdc1ae13ef69475f6c1b514a590ee27c32ef3a5ed1a061d7883afa63b8c7?d=identicon)[ffogarasi](/maintainers/ffogarasi)

---

Top Contributors

[![bestmomo](https://avatars.githubusercontent.com/u/2959682?v=4)](https://github.com/bestmomo "bestmomo (12 commits)")

### Embed Badge

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

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

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M318](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M18](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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