PHP 클래스 Krucas\LaravelUserEmailVerification\UserEmailVerificationServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: edvinaskrucas/laravel-user-email-verification

보호된 프로퍼티들

프로퍼티 타입 설명
$aliases array Aliases to be registered.

공개 메소드들

메소드 설명
boot ( ) : void Boot service provider.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

보호된 메소드들

메소드 설명
registerCommands ( ) : void Register the related console commands.

메소드 상세

boot() 공개 메소드

Boot service provider.
public boot ( ) : void
리턴 void

provides() 공개 메소드

Get the services provided by the provider.
public provides ( ) : array
리턴 array

register() 공개 메소드

Register the service provider.
public register ( ) : void
리턴 void

registerCommands() 보호된 메소드

Register the related console commands.
protected registerCommands ( ) : void
리턴 void

프로퍼티 상세

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

Aliases to be registered.
protected array $aliases
리턴 array