PHPackages                             nikoleesg/nfield-admin - 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. nikoleesg/nfield-admin

ActiveLibrary[Admin Panels](/categories/admin)

nikoleesg/nfield-admin
======================

This is my package nfield-admin

2.1.0(2mo ago)064[1 issues](https://github.com/nikoleesg/nfield-admin/issues)MITPHPPHP ^8.2

Since Nov 5Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/nikoleesg/nfield-admin)[ Packagist](https://packagist.org/packages/nikoleesg/nfield-admin)[ Docs](https://github.com/nikoleesg/nfield-admin)[ RSS](/packages/nikoleesg-nfield-admin/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (28)Versions (40)Used By (0)

This is my package nfield-admin
===============================

[](#this-is-my-package-nfield-admin)

[![Latest Version on Packagist](https://camo.githubusercontent.com/8f55bc8ffe227c6e6630982b0ba7ba3b3e7c085e3baa0e18772f892eb2afa4be/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e696b6f6c656573672f6e6669656c642d61646d696e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nikoleesg/nfield-admin)[![GitHub Tests Action Status](https://camo.githubusercontent.com/f00e63d7e798777a1f328ad1df16618b9510aa81a9234a5647a2743c6806c6fd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6e696b6f6c656573672f6e6669656c642d61646d696e2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/nikoleesg/nfield-admin/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/a2f52093950e31a1daae2400ab7cc7bff1610f8e0ed79bcd426cc323747010ab/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6e696b6f6c656573672f6e6669656c642d61646d696e2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/nikoleesg/nfield-admin/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/3505c96d837d2c7e5c47274d1351301b14686905c62c3884fcc6498186057f72/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e696b6f6c656573672f6e6669656c642d61646d696e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nikoleesg/nfield-admin)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/805ce35bd4ea2d435f525b3d17f00fb31ea4bd9e040b4afb65d23fa496ca0ce5/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6e6669656c642d61646d696e2e6a70673f743d31)](https://spatie.be/github-ad-click/nfield-admin)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require nikoleesg/nfield-admin
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="nfield-admin-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="nfield-admin-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="nfield-admin-views"
```

Usage
-----

[](#usage)

### Logging

[](#logging)

Add the logging channel to `config/logging.php` configuration file:

```
        'nfield-api' => [
            'driver' => 'single',
            'path' => storage_path('logs/nfield-api.log'),
            'level' => env('NFIELD_LOG_LEVEL', 'info'),
            'bubble' => false,
            'replace_placeholders' => true,
        ],
```

```
$nfieldAdmin = new Nikoleesg\NfieldAdmin();
echo $nfieldAdmin->echoPhrase('Hello, Nikoleesg!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Niko Lee](https://github.com/nikoleesg)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance87

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~28 days

Total

31

Last Release

63d ago

Major Versions

v1.1.3 → 2.0.12025-11-27

PHP version history (2 changes)v1.0.0PHP ^8.1

2.0.1PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/8d515d462622c9e03e1c181e5b92ec783d895987476da33b0da2480698f1eea4?d=identicon)[nikoleesg](/maintainers/nikoleesg)

---

Top Contributors

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

---

Tags

laravelnikoleesgnfield-admin

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/nikoleesg-nfield-admin/health.svg)

```
[![Health](https://phpackages.com/badges/nikoleesg-nfield-admin/health.svg)](https://phpackages.com/packages/nikoleesg-nfield-admin)
```

###  Alternatives

[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

206120.5k1](/packages/guava-filament-knowledge-base)[ralphjsmit/laravel-filament-seo

A package to combine the power of Laravel SEO and Filament Admin.

15398.7k10](/packages/ralphjsmit-laravel-filament-seo)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)[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)[geo-sot/filament-env-editor

Access .env file though Filament admin panel

2432.3k1](/packages/geo-sot-filament-env-editor)[caresome/filament-neobrutalism-theme

A neobrutalism theme for FilamentPHP admin panels

303.2k](/packages/caresome-filament-neobrutalism-theme)

PHPackages © 2026

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