Palzin Track
Get 15% off with code PTRACKSIGNUP15 

Laravel Diary Logo

Laravel Helper Function: encrypt

Learn how to use the encrypt helper function in Laravel to encrypt a given value. This function resolves the configured Encrypter implementation from the Service Container and then calls the encrypt method on the Encrypter instance. Take a look at some example code to see how to use the encrypt helper with the Crypt facade or directly.