Property | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$files | Illuminate\Filesystem\Filesystem | The filesystem instance. | |
$name | string | The console command name. | |
$provider | The Serivce Provider instance. |
Method | Description | |
---|---|---|
__construct ( Illuminate\Filesystem\Filesystem $files, |
Create a new event scan command instance. | |
fire ( ) : void | Execute the console command. |
Method | Description | |
---|---|---|
getOutputPath ( ) : string | Get the path to which the routes should be written. | |
getRouteDefinitions ( ) : string | Get the route definitions for the annotations. |
public __construct ( Illuminate\Filesystem\Filesystem $files, |
||
$files | Illuminate\Filesystem\Filesystem | |
$provider |
protected getOutputPath ( ) : string | ||
return | string |
protected getRouteDefinitions ( ) : string | ||
return | string |
protected string $description | ||
return | string |
protected Filesystem,Illuminate\Filesystem $files | ||
return | Illuminate\Filesystem\Filesystem |