Property | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$signature | string | The name and signature of the console command. |
Property | Type | Description | |
---|---|---|---|
$files | Illuminate\Filesystem\Filesystem | Filesystem instance. |
Method | Description | |
---|---|---|
__construct ( Illuminate\Filesystem\Filesystem $files ) : void | Create a new cache command instance. | |
handle ( ) : mixed | Execute the console command. |
Method | Description | |
---|---|---|
getFreshApplication ( ) : Illuminate\Contracts\Container\Container | Get a fresh application instance. |
public __construct ( Illuminate\Filesystem\Filesystem $files ) : void | ||
$files | Illuminate\Filesystem\Filesystem | |
return | void |
protected getFreshApplication ( ) : Illuminate\Contracts\Container\Container | ||
return | Illuminate\Contracts\Container\Container |
public string $description | ||
return | string |
protected Filesystem,Illuminate\Filesystem $files | ||
return | Illuminate\Filesystem\Filesystem |
public string $signature | ||
return | string |