Property | Type | Description | |
---|---|---|---|
$app | |||
$basePath | string | ||
$config | array | ||
$extendCallbacks | callable[] | ||
$publicPath | string | ||
$storagePath | string |
Method | Description | |
---|---|---|
__construct ( null $basePath = null, null $publicPath = null ) | ||
extend ( callable $callback ) | ||
getApp ( ) : |
||
getBasePath ( ) : string | ||
getConfig ( ) : array | ||
getPublicPath ( ) : string | ||
getStoragePath ( ) : string | ||
setBasePath ( $basePath ) | ||
setConfig ( array $config ) | ||
setPublicPath ( $publicPath ) | ||
setStoragePath ( $storagePath ) |
Method | Description | |
---|---|---|
getIlluminateConfig ( |
||
registerCache ( |
||
registerLogger ( |
public __construct ( null $basePath = null, null $publicPath = null ) | ||
$basePath | null | |
$publicPath | null |
protected getIlluminateConfig ( |
||
$app | ||
return | Illuminate\Config\Repository |