-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how can I store key and value without any modification like md5? #53
Comments
I found how to disable decryotion.. now I need to disable serialization. I need only a value. thanks |
Please refer to the docs for this. There is already a built-in key generator, called the |
yes I used it,. but now I want to make the value clean.. store the value I send.. only text or number thanks |
What do you mean by "make the value clean"? If you don't want the value encrypted, you can disable that in the config. You can also use a custom value serializer, similar to how the key generators work, to prevent the value from being serialized or json_encoded before storing it. |
I'm going to close this issue since it hasn't had any activity in a while. Feel free to re-open in the future if necessary. |
Laravel Settings
v3
Laravel Version
v10
Bug description
how can I store key and value without any modification like md5?
please.
Steps to reproduce
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: