PHPackages                             ludmanp/typicms-niceartisan - 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. [Admin Panels](/categories/admin)
4. /
5. ludmanp/typicms-niceartisan

ActiveLibrary[Admin Panels](/categories/admin)

ludmanp/typicms-niceartisan
===========================

Adds niceartisan package to TypiCMS admin for superuser

119PHP

Since Mar 21Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ludmanp/typicms-niceartisan)[ Packagist](https://packagist.org/packages/ludmanp/typicms-niceartisan)[ RSS](/packages/ludmanp-typicms-niceartisan/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

TypiCMS Nice Artisan
====================

[](#typicms-nice-artisan)

Integrates [bestmomo/nice-artisan](https://github.com/bestmomo/nice-artisan) into [TypyCMS](https://github.com/TypiCMS/Base) admin

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

[](#installation)

Begin by installing the package through Composer. Run the following command in your terminal:

```
$ composer require ludmanp/typicms-niceartisan

```

Once done, add the following line in your providers array of `config/app.php`:

```
\TypiCMS\Modules\NiceArtisan\Providers\ModuleProvider::class,
```

before TypiCMS Core Service Provider

and alias

```
'nice_artisan' => \TypiCMS\Modules\NiceArtisan\Http\Middleware\NiceArtisan::class,
```

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

```
php artisan vendor:publish --tag=niceartisan:config

```

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

Now it is available in TypiCMS admin menu for superadmin or user with appropriate permissions.

To open Nice Artisan in new window change `view/vendor/sidebar/item` second line adding

```
@if($item->target_blank??false)target="_blank"@endif

```

before closing `a` tag

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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/2cd19de1f6ec9ee19e8bf6f32f6cfab55bea2ccfd627cad395406bf43d11cc5f?d=identicon)[ludmanp](/maintainers/ludmanp)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/ludmanp-typicms-niceartisan/health.svg)

```
[![Health](https://phpackages.com/badges/ludmanp-typicms-niceartisan/health.svg)](https://phpackages.com/packages/ludmanp-typicms-niceartisan)
```

###  Alternatives

[ibrahim-bedir/filament-dynamic-settings-page

272.1k1](/packages/ibrahim-bedir-filament-dynamic-settings-page)[dog-ears/crud-d-scaffold

Extend Laravel 7's generators scaffold.

183.1k](/packages/dog-ears-crud-d-scaffold)

PHPackages © 2026

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