프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$description | string | The console command description. | |
$signature | string | The name and signature of the console command. |
메소드 | 설명 | |
---|---|---|
handle ( ) : mixed | Execute the console command. |
메소드 | 설명 | |
---|---|---|
clearLogs ( ) | Removes the log files. | |
resetDB ( ) | Resets the database. |
메소드 | 설명 | |
---|---|---|
verifyNotProduction ( ) : boolean | Ensures that the command is running locally and in debugging mode. |
protected string $signature | ||
리턴 | string |