PHPackages                             dreadkopp/laravel-configured - 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. dreadkopp/laravel-configured

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

dreadkopp/laravel-configured
============================

access only configured config values

0.1.0(1y ago)011[1 issues](https://github.com/dreadkopp/laravel-configured/issues)PHP

Since Dec 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/dreadkopp/laravel-configured)[ Packagist](https://packagist.org/packages/dreadkopp/laravel-configured)[ RSS](/packages/dreadkopp-laravel-configured/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

CONFIGURED
==========

[](#configured)

With Laravel 11 by default configurations are merged from framework.

This might introduce some unexpected behavior since i.e. Config::get('database.connections') will now return not only the explicitly configured connections but also a lot of defaults from the framework.

same for a handful of other configs.

While one could use a workaround by patching the bootstrap/app.php and calling $app-&gt;dontMergeFrameworkConfiguration() this package tries to provide a less intrusive approach, by registering a second config repository which only contains values configured via config files in the ./config directory.

Both a Facade ( Dreadkopp\\LaravelConfigured\\Facades\\Configured ) as well as a helper-function ( configured() ) are provided which behave the same way as their original implementations ( Config || config() ) minus the set-functionality

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance41

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

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

Unknown

Total

1

Last Release

495d ago

### Community

Maintainers

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dreadkopp-laravel-configured/health.svg)

```
[![Health](https://phpackages.com/badges/dreadkopp-laravel-configured/health.svg)](https://phpackages.com/packages/dreadkopp-laravel-configured)
```

###  Alternatives

[tightenco/ziggy

Use your Laravel named routes in JavaScript.

4.3k41.6M267](/packages/tightenco-ziggy)[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)[nickurt/laravel-akismet

Akismet for Laravel 11.x/12.x/13.x

97139.6k2](/packages/nickurt-laravel-akismet)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)

PHPackages © 2026

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