Property | Type | Description | |
---|---|---|---|
$url |
Method | Description | |
---|---|---|
__construct ( Illuminate\Contracts\Config\Repository $config, |
Constructor. | |
getAbsolutePath ( ) | ||
getPublicPath ( ) : string | Get the path to relative to the webroot. | |
getUrl ( ) | ||
isPubliclyAccessible ( ) |
Method | Description | |
---|---|---|
cleanDirectorySeparators ( string $path ) : string | Correct directory separator slashes on non-unix systems. |
Method | Description | |
---|---|---|
isInWebroot ( ) |
public __construct ( Illuminate\Contracts\Config\Repository $config, |
||
$config | Illuminate\Contracts\Config\Repository | |
$url |
protected cleanDirectorySeparators ( string $path ) : string | ||
$path | string | |
return | string |
public getPublicPath ( ) : string | ||
return | string |