Introducing a Streamlined Interface for Key-Value Pairs on Database #49120
Unanswered
obrunopolo
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello fellow Artisans!
I've often encountered a recurring need across various projects: a simple yet effective way to store key-value pairs in a database. This common pattern, essentially a dictionary-like structure, is used to store a range of data for different purposes.
After years of considering this, I've ventured into package development. I'm excited to announce my first "official release" – a solution to this frequently encountered requirement.
The Package
Introducing Laravel Site Options – your go-to solution for this fundamental, yet often time-consuming task. To enhance its utility, I've integrated caching features and a straightforward API that enables you to store, retrieve, verify, or remove data effortlessly.
I'd love to hear your feedback and suggestions!
Compatibility with Laravel 10
For those using Laravel 10, please install from the
3.x-dev
version. Although I haven't had the opportunity to test it in a Laravel 10 environment personally, the unit tests on this branch have been successful. I anticipate no issues, but I'm eagerly awaiting confirmation from the community. Once verified, I look forward to officially releasing version 3 😊Beta Was this translation helpful? Give feedback.
All reactions