digiton-ma / laravel-settings
This package allows you to persists configs/settings for Laravel projects.
v12.0.0
2026-04-10 16:30 UTC
Requires
- php: ^8.2
- ext-json: *
- digiton-ma/support: ^12.0
Requires (Dev)
- laravel/framework: ^11.0|^12.0|^13.0
- mockery/mockery: ^1.6|^2.0
- orchestra/testbench-core: ^9.0|^10.0
- phpunit/phpunit: ^10.5|^11.0|^12.0
- predis/predis: ^2.0.2|^3.4
Suggests
- illuminate/redis: This package allows you to persist the settings into a redis server.
This package is not auto-updated.
Last update: 2026-04-10 22:53:37 UTC
README
By digiton-ma
This package allows you to store/persists your settings data.
Feel free to check out the releases, license, and contribution guidelines.
Features
- Laravel
5.2to11.xare supported. - Multiple store drivers:
array,json,database,redis. - Easy setup & configuration.
- Well documented & IDE Friendly.
- Well tested with maximum code quality.
- Made with ❤️ & ☕.
Table of contents
Security
If you discover any security related issues, please email contact@digiton.ma instead of using the issue tracker.
Contribution
Any ideas are welcome. Feel free to submit any issues or pull requests, please check the contribution guidelines.