PHP
Automatically Hash Laravel Model Values Using the “Hashed” Cast
Learn how to automatically hash sensitive data (such as passwords) using the “hashed” model cast in Laravel. This article also covers how to test your field is being hashed correctly. Read more