프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$composer | Illuminate\Support\Composer | ||
$description | string | The console command description. | |
$name | string | The console command name. |
메소드 | 설명 | |
---|---|---|
__construct ( Illuminate\Support\Composer $composer ) | Create a new settings table command instance. | |
fire ( ) : void | Execute the console command. |
메소드 | 설명 | |
---|---|---|
appendRoutes ( ) : void | Append routes file. | |
compileControllerStub ( ) : string | Compiles the VerifyController stub. | |
createMigrations ( ) : void | Create migrations. | |
createUsersMigration ( ) : string | Create a base migration file for the users table. | |
createUsersVerificationsMigration ( ) : string | Create a base migration file for the verifications table. |
public __construct ( Illuminate\Support\Composer $composer ) | ||
$composer | Illuminate\Support\Composer |
protected compileControllerStub ( ) : string | ||
리턴 | string |
protected createUsersMigration ( ) : string | ||
리턴 | string |
protected createUsersVerificationsMigration ( ) : string | ||
리턴 | string |
protected Composer,Illuminate\Support $composer | ||
리턴 | Illuminate\Support\Composer |