We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No but if possible it will have a smooth transition with mongodb nodejs.
Im not sure if there is any way to make the connection to have automatic encryption
nodejs
The text was updated successfully, but these errors were encountered:
Hello @masterbater, the MongoDB Encryption features are supported by the PHP Driver. We created a tutorial on how to use them: https://www.mongodb.com/docs/php-library/current/tutorial/encryption/ You can use the MongoDB library directly if you don't need the Laravel integration.
You can use the driver_options in the config to set the autoEncryption, but I'm not how we can create encryption key in Laravel for know.
driver_options
autoEncryption
We don't have specific integration with Laravel for CSFLE yet, tracking the feature request in PHPORM-136
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem?
No but if possible it will have a smooth transition with mongodb nodejs.
Describe the solution you'd like
Im not sure if there is any way to make the connection to have automatic encryption
Describe alternatives you've considered
nodejs
The text was updated successfully, but these errors were encountered: