DevShaded
Explore posts from serversFilament handling encryption and decryption
When using the encrypted cast in a model, does filament handle the encryption and decryption states automatically, or do I have to do this manually? Do I have to do this myself, according to the Laravel documentation example for encrypting data?
https://laravel.com/docs/11.x/encryption#using-the-encrypter
15 replies
DTDrizzle Team
•Created by DevShaded on 8/18/2024 in #help
TypeError: Cannot read properties of undefined (reading 'dialect')
Hello, I am trying out Drizzle for the first time with javascript and Nodejs. I am trying out the migration part of Drizzle and I have setup everything that the docs said to me. But when I run
node db/migrate.js
I get the error undefined (reading 'dialect')
. Why is this?
1 replies