Property | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$name | string | The console command name. |
Method | Description | |
---|---|---|
createFactory ( ) : boolean | Create the factories. | |
dropDeadFiles ( ) | Clean up dead files. | |
fileManager ( ) | Clean up files from the install of Laracogs etc. | |
fire ( ) : mixed | Execute the console command. |
Method | Description | |
---|---|---|
getOptions ( ) : array | Get the console command options. |
public createFactory ( ) : boolean | ||
return | boolean |
protected getOptions ( ) : array | ||
return | array |
protected string $description | ||
return | string |