Property | Type | Description | |
---|---|---|---|
$app | Illuminate\Foundation\Application | Laravel application |
Method | Description | |
---|---|---|
__construct ( Illuminate\Foundation\Application $app ) | Create a new instance. | |
all ( ) : mixed | ||
clear ( ) | ||
forget ( null $key = null ) : mixed | ||
get ( $key, null $defaultVal = null ) : App\Libraries\misc | boolean | float | integer | mixed | null | ||
has ( $key ) : mixed | ||
isEncrypted ( $key, null $val = null ) : boolean | ||
load ( $envName ) | ||
save ( ) : mixed | ||
set ( $key, null $value = null, $encrypt = false ) : mixed |
public __construct ( Illuminate\Foundation\Application $app ) | ||
$app | Illuminate\Foundation\Application |
public isEncrypted ( $key, null $val = null ) : boolean | ||
$key | ||
$val | null | |
return | boolean |