Palzin Track
Get 15% off with code PTRACKSIGNUP15 

Laravel Diary Logo

Laravel Helper Function: decrypt

The decrypt helper function allows you to easily decrypt a given value. It resolves the configured Encrypter implementation and calls the decrypt method on it. Whether you use the Crypt facade or the decrypt helper function directly, the result will be the same.