PHP 클래스 Krucas\LaravelUserEmailVerification\Console\MakeVerificationCommand

상속: extends Illuminate\Console\Command, use trait Illuminate\Console\AppNamespaceDetectorTrait
파일 보기 프로젝트 열기: edvinaskrucas/laravel-user-email-verification

보호된 프로퍼티들

프로퍼티 타입 설명
$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.

메소드 상세

__construct() 공개 메소드

Create a new settings table command instance.
public __construct ( Illuminate\Support\Composer $composer )
$composer Illuminate\Support\Composer

appendRoutes() 보호된 메소드

Append routes file.
protected appendRoutes ( ) : void
리턴 void

compileControllerStub() 보호된 메소드

Compiles the VerifyController stub.
protected compileControllerStub ( ) : string
리턴 string

createMigrations() 보호된 메소드

Create migrations.
protected createMigrations ( ) : void
리턴 void

createUsersMigration() 보호된 메소드

Create a base migration file for the users table.
protected createUsersMigration ( ) : string
리턴 string

createUsersVerificationsMigration() 보호된 메소드

Create a base migration file for the verifications table.

fire() 공개 메소드

Execute the console command.
public fire ( ) : void
리턴 void

프로퍼티 상세

$composer 보호되어 있는 프로퍼티

protected Composer,Illuminate\Support $composer
리턴 Illuminate\Support\Composer

$description 보호되어 있는 프로퍼티

The console command description.
protected string $description
리턴 string

$name 보호되어 있는 프로퍼티

The console command name.
protected string $name
리턴 string