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)4028.3k↓28.6%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 3d 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

36

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity37

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

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

[david-griffiths/nova-dark-theme

A dark theme for Laravel Nova

71600.0k](/packages/david-griffiths-nova-dark-theme)[pdmfc/nova-action-button

A Laravel Nova field to run actions.

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

A Laravel Nova Link field.

31587.5k2](/packages/khalin-nova-link-field)[cloudcake/nova-fixed-bars

A Laravel Nova package to add a responsive and/or fixed sidebar and navigation bar to the Nova admin UI.

33215.1k2](/packages/cloudcake-nova-fixed-bars)[stephenlake/nova-fixed-bars

A Laravel Nova package to add a responsive and/or fixed sidebar and navigation bar to the Nova admin UI.

3377.9k](/packages/stephenlake-nova-fixed-bars)

PHPackages © 2026

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