cartalyst/composite-config

Override illuminate/config filesystem configuration in a database.

v7.0.0 2023-06-23 19:26 UTC

README

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
7.x 10.x >= 8.1
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 help@cartalyst.com instead of using the issue tracker.

License

This software is released under the Cartalyst PSL License.