EncryptionFacade

Extends \Illuminate\Support\Facades\Facade

EncryptionFacade.

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.EncryptionFacade.html

package

Default

Methods

Handle dynamic, static calls to the object.

__callStatic(string $method, array $args) : mixed
static
Throws
\RuntimeException

Arguments

$method

string

$args

array

Response

mixed

Get the registered name of the component.

getFacadeAccessor() : string
static

Response

string

Get the singleton of EncryptionHelper.

getInstance() : \AustinHeap\Database\Encryption\EncryptionHelper
static

Response

\AustinHeap\Database\Encryption\EncryptionHelper