PHPackages                             schuetzenlust/nova-setting-tool - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. schuetzenlust/nova-setting-tool

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

schuetzenlust/nova-setting-tool
===============================

An app setting manager tool for laravel nova

00Blade

Since Nov 20Pushed 1y ago2 watchersCompare

[ Source](https://github.com/Schuetzenlust/nova-setting-tool)[ Packagist](https://packagist.org/packages/schuetzenlust/nova-setting-tool)[ RSS](/packages/schuetzenlust-nova-setting-tool/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Nova Setting Tool
=================

[](#nova-setting-tool)

A Laravel Nova package that can change the basic admin panel settings, i.e app title, copyright texts, app version and etc by overriding the default Laravel Nova template which hopefully could help developer when starting their projects without having doing simple stuff over and over again.

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

[](#installation)

You can install the package into a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require schuetzenlust/nova-setting-tool
```

And you need to publish the migration file (this come from unisharp/laravel-settings):

```
php artisan vendor:publish --tag=settings
```

Next up, you must register the tool with Nova. This is typically done in the `tools` method of the `NovaServiceProvider`.

```
// in app/Providers/NovaServiceProvider.php

// ...

public function tools()
{
    return [
        // ...
        new \Schuetzenlust\SettingTool\SettingTool,
    ];
}
```

Usage
-----

[](#usage)

Click on the "Settings" menu item in your Nova app to see the tool provided by this package.

Todo :
------

[](#todo-)

Changelog
---------

[](#changelog)

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

Security
--------

[](#security)

Support
-------

[](#support)

License
-------

[](#license)

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

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity17

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/468a353786f72a512dd34070d2a554fc32d714ba22f86dc2e947c57c8d3d6f1a?d=identicon)[ITBeauftragter](/maintainers/ITBeauftragter)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/schuetzenlust-nova-setting-tool/health.svg)

```
[![Health](https://phpackages.com/badges/schuetzenlust-nova-setting-tool/health.svg)](https://phpackages.com/packages/schuetzenlust-nova-setting-tool)
```

###  Alternatives

[jaocero/filachat

FilaChat is a plugin for integrating real-time customer support chat into your application. Provides tools for both customer and agent chat interfaces, with features for managing and maintaining chat conversations.

1843.9k](/packages/jaocero-filachat)[asinfotrack/yii2-audittrail

Yii2-audittrail is a behavior and a set of widgets to track all modifications performed on a model

1727.5k](/packages/asinfotrack-yii2-audittrail)[asinfotrack/yii2-toolbox

Yii2-Toolbox is a collection of useful helpers, widgets etc. extending the basic functionality of Yii2

1231.0k5](/packages/asinfotrack-yii2-toolbox)[commercy/module-improved-indexer

Optimizations and Improvements for the Magento 2 indexer.

191.1k](/packages/commercy-module-improved-indexer)

PHPackages © 2026

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