PHPackages                             cendekia/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. cendekia/nova-setting-tool

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

cendekia/nova-setting-tool
==========================

An app setting manager tool for laravel nova

v0.0.3(7y ago)4010.5k8[6 issues](https://github.com/cendekia/nova-setting-tool/issues)[20 PRs](https://github.com/cendekia/nova-setting-tool/pulls)MITHTMLPHP &gt;=7.1.0

Since Sep 26Pushed 3y ago2 watchersCompare

[ Source](https://github.com/cendekia/nova-setting-tool)[ Packagist](https://packagist.org/packages/cendekia/nova-setting-tool)[ Docs](https://github.com/cendekia/nova-setting-tool)[ RSS](/packages/cendekia-nova-setting-tool/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (4)Versions (25)Used By (0)

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

[](#nova-setting-tool)

[![Latest Version on Packagist](https://camo.githubusercontent.com/07973bd81d8da6d8bfed8cb3f8ed3bc50548c11e7bba2f8e00005baa67c4c72c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63656e64656b69612f6e6f76612d73657474696e672d746f6f6c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cendekia/nova-setting-tool)[![Build Status](https://camo.githubusercontent.com/efc43bef0b4391e80c730cdb136b3c6f7608764ecbc997273df45d162672e842/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f63656e64656b69612f6e6f76612d73657474696e672d746f6f6c2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/cendekia/nova-setting-tool)[![StyleCI](https://camo.githubusercontent.com/b7f7591770e672aa17e79481573b58ab8789256be22efb4a4dc5f10c317badf3/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3134393730353931332f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/149705913)[![Total Downloads](https://camo.githubusercontent.com/7e63ec1a2880f40a3a8c538c20a097d535ee64291529bb2707ae26e27c3f8d2e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63656e64656b69612f6e6f76612d73657474696e672d746f6f6c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cendekia/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.

[![Screenshot](https://camo.githubusercontent.com/031f56547d46761737dbedc42fdf011269ec02457cfdaf694af8b2440facfdc9/68747470733a2f2f692e696d6775722e636f6d2f586868655759762e706e67)](https://camo.githubusercontent.com/031f56547d46761737dbedc42fdf011269ec02457cfdaf694af8b2440facfdc9/68747470733a2f2f692e696d6775722e636f6d2f586868655759762e706e67)

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

[](#installation)

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

```
composer require cendekia/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 \Cendekia\SettingTool\SettingTool,
    ];
}
```

Usage
-----

[](#usage)

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

Todo :
------

[](#todo-)

- Edit application title
- Edit version of application
- Edit copyright text
- Edit default logo
- Edit theme color
- TBA

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

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Support
-------

[](#support)

Buy me a cup of ☕ americano on the rocks. [Patreon](https://www.patreon.com/cendekia)

License
-------

[](#license)

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

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% 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 ~54 days

Total

3

Last Release

2727d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3895916?v=4)[Cendekia P Putra](/maintainers/cendekia)[@cendekia](https://github.com/cendekia)

---

Top Contributors

[![austinkregel](https://avatars.githubusercontent.com/u/5355937?v=4)](https://github.com/austinkregel "austinkregel (5 commits)")[![bosunski](https://avatars.githubusercontent.com/u/15146515?v=4)](https://github.com/bosunski "bosunski (1 commits)")[![Kristories](https://avatars.githubusercontent.com/u/774338?v=4)](https://github.com/Kristories "Kristories (1 commits)")

---

Tags

laraveltoolsettingnova

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[bakerkretzmar/nova-settings-tool

A Laravel Nova tool to manage application settings.

164221.7k](/packages/bakerkretzmar-nova-settings-tool)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

42010.0k](/packages/venturedrake-laravel-crm)

PHPackages © 2026

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