Keeping our Laravel apps secure is all about adding layers of security, so if one layer is compromised, there is always another layer in place. 👹🧅
You can follow this principal by defining a custom Eloquent encryption key on your models.
https://securinglaravel.com/security-tip-custom-encryption-key/ \