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

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

lucascolette/laravel-nova-configuration-ptbr
============================================

A Laravel Nova tool.

1.1(7y ago)09MITVuePHP &gt;=7.1.0

Since Oct 5Pushed 7y ago1 watchersCompare

[ Source](https://github.com/lucascolette/laravel-nova-configuration)[ Packagist](https://packagist.org/packages/lucascolette/laravel-nova-configuration-ptbr)[ RSS](/packages/lucascolette-laravel-nova-configuration-ptbr/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (3)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)

```
// Get the value of the API_GOOGLE key, null if it doesn't exist

use Inani\LaravelNovaConfiguration\Helpers\Configuration;

$value = Configuration::get('API_GOOGLE');
```

Enjoy coding.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 79.3% 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 ~0 days

Total

2

Last Release

2825d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a6cc656de6d7459fd618ca850b6eda43ddc3b90b5d10844bf20389f0806dcee9?d=identicon)[lucascolette](/maintainers/lucascolette)

---

Top Contributors

[![akiyamaSM](https://avatars.githubusercontent.com/u/12276076?v=4)](https://github.com/akiyamaSM "akiyamaSM (23 commits)")[![lucascolette](https://avatars.githubusercontent.com/u/829381?v=4)](https://github.com/lucascolette "lucascolette (5 commits)")[![authanram](https://avatars.githubusercontent.com/u/1874088?v=4)](https://github.com/authanram "authanram (1 commits)")

---

Tags

laravelnova

### Embed Badge

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

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

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3453.7M8](/packages/optimistdigital-nova-multiselect-field)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51177.6k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17186.3k1](/packages/murdercode-nova4-tinymce-editor)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11258.1k](/packages/datomatic-nova-detached-actions)[wemersonrv/input-mask

A Laravel Nova custom field text with masks on input

1197.8k](/packages/wemersonrv-input-mask)

PHPackages © 2026

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