Encryption

    Basic Usage

    Encrypting A Value

    Decrypting A Value

    1. use Illuminate\Contracts\Encryption\DecryptException;
    2. } catch (DecryptException $e) {
    3. //
    4. }