class
Illuminate
/
Foundation
/
Console
/
StorageLinkCommand
StorageLinkCommand
Extends
Properties
protected
$signature string
The console command signature.
Default: 'storage:link
{--relative : Create the symbolic link using relative paths}
{--force : Recreate existing symbolic links}'
protected
$description string
The console command description.
Default: 'Create the symbolic links configured for the application'
Methods
public
handle ( ) : void
Execute the console command.
protected
links ( ) : array
Get the symbolic links that are configured for the application.
protected
isRemovableSymlink ( string $link , bool $force ) : bool
Determine if the provided path is a symlink that can be removed.
Parameters
- $link string
- $force bool