Свойство | Тип | Описание | |
---|---|---|---|
$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 appendRoutes ( ) : void | ||
Результат | void |
protected compileControllerStub ( ) : string | ||
Результат | string |
protected createMigrations ( ) : void | ||
Результат | void |
protected createUsersMigration ( ) : string | ||
Результат | string |
protected createUsersVerificationsMigration ( ) : string | ||
Результат | string |
protected Composer,Illuminate\Support $composer | ||
Результат | Illuminate\Support\Composer |
protected string $description | ||
Результат | string |