class AssetsCommand extends Command (View source)

Traits

Properties

protected $description
protected $signature
protected string[] $publishedAssets

Methods

bool
checkForCollision(array $paths)

No description

void
copyStubToApp(string $stub, string $targetPath, array $replacements = [])

No description

bool
fileExists(string $path)

No description

void
writeFile(string $path, string $contents)

No description

string
getDefaultStubPath()

No description

int
handle()

No description

void
copyAsset(string $from, string $to)

No description

Details

protected bool checkForCollision(array $paths)

No description

Parameters

array $paths

Return Value

bool

protected void copyStubToApp(string $stub, string $targetPath, array $replacements = [])

No description

Parameters

string $stub
string $targetPath
array $replacements

Return Value

void

protected bool fileExists(string $path)

No description

Parameters

string $path

Return Value

bool

protected void writeFile(string $path, string $contents)

No description

Parameters

string $path
string $contents

Return Value

void

protected string getDefaultStubPath()

No description

Return Value

string

int handle()

No description

Return Value

int

protected void copyAsset(string $from, string $to)

No description

Parameters

string $from
string $to

Return Value

void