PHPackages                             microweber-packages/laravel-config-extended - 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. microweber-packages/laravel-config-extended

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

microweber-packages/laravel-config-extended
===========================================

Config rewrite for Laravel. Allows to save key and values in config files.

v1.2(1y ago)130.9k—0%MITPHPCI failing

Since May 29Pushed 1y ago2 watchersCompare

[ Source](https://github.com/microweber-packages/laravel-config-extended)[ Packagist](https://packagist.org/packages/microweber-packages/laravel-config-extended)[ Docs](http://microweber.com)[ RSS](/packages/microweber-packages-laravel-config-extended/feed)WikiDiscussions main Synced 1mo ago

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

Laravel Extended Config
=======================

[](#laravel-extended-config)

[![tests](https://github.com/microweber-packages/laravel-config-extended/workflows/tests/badge.svg)](https://github.com/microweber-packages/laravel-config-extended/actions?query=workflow:%22tests%22)[![Latest Version on Packagist](https://camo.githubusercontent.com/4e2e7e3b2f5bf4e4d003a8785ecbe2748702e1d74043437209a1fffbba5b4b6f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6963726f77656265722d7061636b616765732f6c61726176656c2d636f6e6669672d657874656e6465642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/microweber-packages/laravel-config-extended)

Config class to use in Microweber CMS for Laravel. It allows saving of the config file.

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

[](#installation)

Use composer to install the package:

```
composer require microweber-packages/laravel-config-extended
```

Usage
-----

[](#usage)

The Laravel Extended Config package extends Laravel's default configuration system by adding a save method. This allows you to persistently save configuration changes. Here's a basic example:

```
use Illuminate\Support\Facades\Config;

// Set a value
Config::set('app.name', 'New App Name');

// Save the changes
Config::save(['app']);
```

In this example, the app.name configuration value is changed and then saved. The save method takes an array of configuration files to save. In this case, it saves the app configuration file.

Testing
-------

[](#testing)

Run the tests with:

```
composer test
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance45

Moderate activity, may be stable

Popularity26

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~144 days

Total

3

Last Release

426d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4dc06e05e127ad3192ef9797ace808069687140538add8e6dbad34ce50bcd1f8?d=identicon)[boksiora](/maintainers/boksiora)

![](https://avatars.githubusercontent.com/u/50577633?v=4)[Bozhidar Slaveykov](/maintainers/bobimicroweber)[@bobimicroweber](https://github.com/bobimicroweber)

---

Top Contributors

[![peter-mw](https://avatars.githubusercontent.com/u/5698247?v=4)](https://github.com/peter-mw "peter-mw (6 commits)")

### Embed Badge

![Health badge](/badges/microweber-packages-laravel-config-extended/health.svg)

```
[![Health](https://phpackages.com/badges/microweber-packages-laravel-config-extended/health.svg)](https://phpackages.com/packages/microweber-packages-laravel-config-extended)
```

###  Alternatives

[merujan99/laravel-video-embed

Laravel Package for dereuromark/MediaEmbed With Thumbnail

3576.9k](/packages/merujan99-laravel-video-embed)

PHPackages © 2026

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