Registry / config / larapack-config-writer

larapack-config-writer

JSON →
library1.0.1phppackagistunverified

Save changes to the configuration file in script, allowing runtime config modifications.

composer require larapack/config-writer
INSTALL
IMPORT
SIG · LARAPACK-CONFIG-WR
L
larapack-config-writer
configphpv1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ConfigWriter
use Larapack\ConfigWriter\ConfigWriter;

Modify the application name in the config file and save changes.

<?php require 'vendor/autoload.php'; use Larapack\ConfigWriter\ConfigWriter; $writer = new ConfigWriter(); $writer->set('app.name', 'MyApp'); $writer->save();
Debug
Known issues
gotchaModifies config files directly; ensure file permissions are correct.
fix
Set write permissions on config directory.
affects: *
Upgrade
Version history
1.0.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
OpenAI (training)
1
Resources
larapack-config-writer — pip install larapack-config-writer · libregistry