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

019PHP

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 today

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

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

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

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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