arcanedev / settings
Persistent settings for Laravel.
Installs: 4 483
Dependents: 1
Suggesters: 0
Security: 0
Stars: 10
Watchers: 3
Forks: 2
Open Issues: 0
Requires
- php: >=5.5.9
- arcanedev/support: ~3.0
Requires (Dev)
- phpunit/phpcov: ~2.0|~3.0
- phpunit/phpunit: ~4.0|~5.0
Suggests
- illuminate/database: Save settings to a database table.
- illuminate/filesystem: Save settings to a JSON file.
This package is auto-updated.
Last update: 2022-02-01 12:53:30 UTC
README
By ARCANEDEV©
This package allow to have a persistent settings.
Official documentation for Settings package can be found at the Docs folder.
Feel free to check out the releases, license, and contribution guidelines.
Features
- Easy setup & configuration.
- Multiple store drivers :
json
,database
,memory
,array
. - Well documented & IDE Friendly.
- Well tested (100% code coverage with maximum code quality).
- Made with ❤️ & ☕.
Table of contents
DONE
- Laravel 5.1 supported.
- Laravel 5.2 support.
- 100% Code coverage + Maximum code quality.
TODOS
- Refactoring.
Contribution
Any ideas are welcome. Feel free to submit any issues or pull requests, please check the contribution guidelines.
Security
If you discover any security related issues, please email arcanedev.maroc@gmail.com instead of using the issue tracker.
Credits
- The Settings package was inspired from anlutro/laravel-settings.
- ARCANEDEV
- All Contributors