Property | Type | Description | |
---|---|---|---|
$bag | |||
$description | string | The console command description. | |
$signature | string | The name and signature of the console command. | |
$storage |
Method | Description | |
---|---|---|
__construct ( |
Create a new command instance. | |
handle ( ) : mixed | Execute the console command. |
Method | Description | |
---|---|---|
intercept ( ) | ||
output ( ) |
public __construct ( |
||
$storage | Storage instance |
protected string $description | ||
return | string |
protected string $signature | ||
return | string |