Property | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$name | string | The console command name. |
Method | Description | |
---|---|---|
fire ( ) : mixed | Execute the console command. | |
generateAssetsFolder ( ) | Generate the assets folder. | |
generateModulesFolder ( ) | Generate the modules folder. |
Method | Description | |
---|---|---|
generateDirectory ( $dir, $success, $error ) | Generate the specified directory by given $dir. |
protected generateDirectory ( $dir, $success, $error ) | ||
$dir | ||
$success | ||
$error |
protected string $description | ||
return | string |