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 1mo ago

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 2% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity16

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)
```

PHPackages © 2026

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