PHP Class Themsaid\MailPreview\MailPreviewServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: themsaid/laravel-mail-preview

Public Methods

Method Description
boot ( ) : void Perform post-registration booting of services.
register ( ) : void Register any package services.

Private Methods

Method Description
middleware ( ) : array The array of middleware for the preview route.

Method Details

boot() public method

Perform post-registration booting of services.
public boot ( ) : void
return void

register() public method

Register any package services.
public register ( ) : void
return void