LaravelPackages.net
Acme Inc.
Toggle sidebar
cartalyst/composite-config

Override illuminate/config filesystem configuration in a database.

0
0
v7.0.0
About cartalyst/composite-config

cartalyst/composite-config is a Laravel package for override illuminate/config filesystem configuration in a database.. It currently has 0 GitHub stars and 0 downloads on Packagist (latest version v7.0.0). Install it with composer require cartalyst/composite-config. Discover more Laravel packages by cartalyst or browse all Laravel packages to compare alternatives.

Last updated

Composite Config

Build Status

Our composite config package enhances illuminate/config to allow configuration items to be placed within a database whilst cascading back to the filesystem.

This is super useful for building user interfaces that facilitate editing configuration for an app. Because it does not change the API for retrieving configuration items, it degrades gracefully to the filesystem if not present and requires zero changes to the places which use the configuration items.

Part of the Cartalyst Arsenal & licensed Cartalyst PSL. Code well, rock on.

Version Matrix

Version | Laravel | PHP Version ------- | --------- | ------------ 6.x | 9.x | >= 8.0 5.x | 8.x | >= 7.3 4.x | 7.x | >= 7.2.5 3.x | 6.x | >= 7.2 2.x | 5.0 - 5.8 | >= 5.4.0 1.x | 4.0 - 4.2 | >= 5.3.0

Documentation

Reader-friendly documentation can be found here.

Using the package, but you're stuck? Found a bug? Have a question or suggestion for improving this package? Feel free to create an issue on GitHub, we'll try to address it as soon as possible.

Contributing

Thank you for your interest, here are some of the many ways to contribute.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

License

This software is released under the Cartalyst PSL License.

Comments