class GeneratesFile

Methods

__construct(Filesystem $filesystem, Factory|null $components = null, bool $force = false, string|null $workingPath = null, bool $confirmation = false)

Construct a new action instance.

void
handle(string|false|null $from, string|false|null $to)

Handle the action.

Details

at line 19
__construct(Filesystem $filesystem, Factory|null $components = null, bool $force = false, string|null $workingPath = null, bool $confirmation = false)

Construct a new action instance.

Parameters

Filesystem $filesystem
Factory|null $components
bool $force
string|null $workingPath
bool $confirmation

at line 31
void handle(string|false|null $from, string|false|null $to)

Handle the action.

Parameters

string|false|null $from
string|false|null $to

Return Value

void