PHPackages                             inani/laravel-nova-configuration - 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. inani/laravel-nova-configuration

ActiveLibrary[Admin Panels](/categories/admin)

inani/laravel-nova-configuration
================================

A Laravel Nova tool.

1.3(7y ago)3928.1k—0%8MITVuePHP &gt;=7.1.0

Since Oct 5Pushed 7y ago1 watchersCompare

[ Source](https://github.com/akiyamaSM/laravel-nova-configuration)[ Packagist](https://packagist.org/packages/inani/laravel-nova-configuration)[ RSS](/packages/inani-laravel-nova-configuration/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

laravel-nova-configuration
==========================

[](#laravel-nova-configuration)

Use Configuration inputs instead of the env/config files. Good news for the clients! [![nova-conf](https://user-images.githubusercontent.com/12276076/46549393-bb3b2f80-c8c9-11e8-9b43-b217dc4879e0.png)](https://user-images.githubusercontent.com/12276076/46549393-bb3b2f80-c8c9-11e8-9b43-b217dc4879e0.png)

Requirements
------------

[](#requirements)

Laravel Nova.

Installation
============

[](#installation)

First install the [Nova](https://nova.laravel.com) package via composer:

```
composer require inani/laravel-nova-configuration
```

Next up, you must register the tool via the `tools` method of the `NovaServiceProvider`.

```
// inside app/Providers/NovaServiceProvder.php

// ...

public function tools()
{
    return [
        // ...
        new \Inani\LaravelNovaConfiguration\LaravelNovaConfiguration()
    ];
}
```

Publish the config file:

```
php artisan vendor:publish --provider="Inani\LaravelNovaConfiguration\ToolServiceProvider"
```

Then run the migration

```
php artisan migrate
```

Usage
=====

[](#usage)

In the back office
------------------

[](#in-the-back-office)

After installing the tool, you should see the new sidebar navigation item for `Packages Configuration`. And then just you have to manipulate the settings.

In the code
-----------

[](#in-the-code)

```
use Inani\LaravelNovaConfiguration\Helpers\Configuration;

// Get the value of the API_GOOGLE key, null if it doesn't exist
$value = Configuration::get('API_GOOGLE');

// Get the value of the FOO key, 'BAR' if it doesn't exist
$value = Configuration::get('FOO', 'BAR);
```

#### Updating the sidebar bar label

[](#updating-the-sidebar-bar-label)

If you want to update the display name of the tool in the Laravel Nova sidebar, You can simply update the `sidebar-label` in the following file

```
resources/views/laravel-nova-configuration/navigation.blade.php

```

Enjoy coding.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity38

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 87.9% 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 ~58 days

Total

4

Last Release

2607d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0fbeb774293770efe72dfe486b323e999e6d65d0df0db9052a1e5b76d9711efe?d=identicon)[akiyamaSM](/maintainers/akiyamaSM)

---

Top Contributors

[![akiyamaSM](https://avatars.githubusercontent.com/u/12276076?v=4)](https://github.com/akiyamaSM "akiyamaSM (29 commits)")[![mf16](https://avatars.githubusercontent.com/u/6675629?v=4)](https://github.com/mf16 "mf16 (3 commits)")[![authanram](https://avatars.githubusercontent.com/u/1874088?v=4)](https://github.com/authanram "authanram (1 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/inani-laravel-nova-configuration/health.svg)

```
[![Health](https://phpackages.com/badges/inani-laravel-nova-configuration/health.svg)](https://phpackages.com/packages/inani-laravel-nova-configuration)
```

###  Alternatives

[benjacho/belongs-to-many-field

belongsToMany nova representation in field.

158811.4k1](/packages/benjacho-belongs-to-many-field)[pdmfc/nova-action-button

A Laravel Nova field to run actions.

37733.0k1](/packages/pdmfc-nova-action-button)[khalin/nova-link-field

A Laravel Nova Link field.

31562.2k2](/packages/khalin-nova-link-field)[ebess/nova-collapsible-sidebar

A collapsible sidebar for Laravel Nova.

32313.2k](/packages/ebess-nova-collapsible-sidebar)

PHPackages © 2026

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