PHP Class Themsaid\MailPreview\MailPreviewServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: themsaid/laravel-mail-preview

Méthodes publiques

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

Private Methods

Méthode Description
middleware ( ) : array The array of middleware for the preview route.

Method Details

boot() public méthode

Perform post-registration booting of services.
public boot ( ) : void
Résultat void

register() public méthode

Register any package services.
public register ( ) : void
Résultat void