EncryptionServiceProvider

Extends \Illuminate\Support\ServiceProvider

EncryptionServiceProvider.

link

https://github.com/austinheap/laravel-database-encryption

link

https://packagist.org/packages/austinheap/laravel-database-encryption

link

https://austinheap.github.io/laravel-database-encryption/classes/AustinHeap.Database.Encryption.EncryptionServiceProvider.html

package

Default

Methods

Bootstrap the application services.

boot() : void

This method is called after all other service providers have been registered, meaning you have access to all other services that have been registered by the framework.

Register the application services.

register() : void

Properties

Indicates if loading of the provider is deferred.

defer : boolean
var

Type(s)

boolean