class
Illuminate
/
Encryption
/
EncryptionServiceProvider
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
EncryptionServiceProvider
Extends
Methods
public
register ( ) : void
Register the service provider.
protected
registerEncrypter ( ) : void
Register the encrypter.
protected
registerSerializableClosureSecurityKey ( ) : void
Configure Serializable Closure signing for security.
protected
parseKey ( array $config ) : string
Parse the encryption key.
Parameters
- $config array
protected
key ( array $config ) : string
Extract the encryption key from the given configuration.
Parameters
- $config array