#encryption
Read more stories on Hashnode
Articles with this tag
Since Laravel 8.12 encryption is now a part of the model casts. There's no longer any need for traits to encrypt and decrypt. In Laravel making a...
Note: This post is out of date, Laravel can now do this encryption out of the box without a trait. Please check the update. In our main repo, we have...