PHPackages                             furkankadioglu/permacon - 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. furkankadioglu/permacon

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

furkankadioglu/permacon
=======================

Permanently Save and Set Config Variables For Laravel 5

046PHP

Since Sep 16Pushed 9y ago1 watchersCompare

[ Source](https://github.com/furkankadioglu/Permacon)[ Packagist](https://packagist.org/packages/furkankadioglu/permacon)[ RSS](/packages/furkankadioglu-permacon/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

### Permacon

[](#permacon)

[![Permacon](https://camo.githubusercontent.com/156e5cc49f7fdc15162a1aca12a48a68a81e1bb9d844ba5aa13cbc26ec83d0f8/68747470733a2f2f7333312e706f7374696d672e6f72672f736c6d31667861757a2f53637265656e5f53686f745f323031365f30375f30365f61745f32335f34385f32322e706e67)](https://camo.githubusercontent.com/156e5cc49f7fdc15162a1aca12a48a68a81e1bb9d844ba5aa13cbc26ec83d0f8/68747470733a2f2f7333312e706f7374696d672e6f72672f736c6d31667861757a2f53637265656e5f53686f745f323031365f30375f30365f61745f32335f34385f32322e706e67)

Permanently Save and Set Config Variables For Laravel 5

### Installation

[](#installation)

The best way to install this package is through your terminal via Composer.

Add the following line to the `composer.json` file and fire `composer update`

```
"furkankadioglu/permacon": "dev-master"

```

Once this operation is complete, simply add the service provider to your project's `config/app.php`

###### Service Provider

[](#service-provider)

```
        furkankadioglu\Permacon\PermaconServiceProvider::class,

```

###### Aliases

[](#aliases)

```
        'Permacon'  => 'furkankadioglu\Permacon\Facade',

```

### Usage

[](#usage)

###### Get Data

[](#get-data)

```
use Permacon;

return Permacon::get("app", "locale");
// returns "en"

```

Getting your config variables like Config:get("app.locale")

###### Set Data

[](#set-data)

```
use Permacon;

Permacon::set("config", "locale", "tr");
return Permacon::get("app", "locale");
//returns "tr"

```

Update config variables

###### Scan Data

[](#scan-data)

```
use Permacon;
Permacon::scan("database");

```

Scans config/database.php for making a copy.

###### Scan All

[](#scan-all)

```
use Permacon;
Permacon::scanAll();

```

Scans config folder and generating copies for edit.

### Commands

[](#commands)

```
php artisan permacon:scan

```

Scans config folder and generating copies for edit.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/furkankadioglu-permacon/health.svg)

```
[![Health](https://phpackages.com/badges/furkankadioglu-permacon/health.svg)](https://phpackages.com/packages/furkankadioglu-permacon)
```

###  Alternatives

[ozdemir/datatables

Simplify your Datatables server-side processing effortlessly using our lightning-fast PHP library, streamlining your workflow seamlessly.

273158.4k](/packages/ozdemir-datatables)[that0n3guy/transliteration

Transliteration provides one-way string transliteration (romanization) and cleans text by replacing unwanted characters.

1296.5k4](/packages/that0n3guy-transliteration)

PHPackages © 2026

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