MaintenanceServiceProvider::boot()

void boot() Bootstrap the application events. Return Value void

MaintenanceServiceProvider

MaintenanceServiceProvider class MaintenanceServiceProvider extends ServiceProvider (View source) Methods void __construct(Application $app) Create a new service provider instance. from ServiceProvider void boot() Bootstrap the application events. from ServiceProvider void register() Register the service provider. void package(string $package, string $namespace = null, string $path = null) Register the package's component namespaces. from ServiceProvider string guessPacka

MaintenanceModeException::__construct()

void __construct(int $time, int $retryAfter = null, string $message = null, Exception $previous = null, int $code) Create a new exception instance. Parameters int $time int $retryAfter string $message Exception $previous int $code Return Value void

MaintenanceModeException

MaintenanceModeException class MaintenanceModeException extends ServiceUnavailableHttpException (View source) Properties int $wentDownAt When the application was put in maintenance mode. Carbon $retryAfter The number of seconds to wait before retrying. Carbon $willBeAvailableAt When the application should next be available.

Mail\Transport

Illuminate\Mail\Transport Classes LogTransport MailgunTransport MandrillTransport

Mail\Jobs

Illuminate\Mail\Jobs Classes HandleQueuedMessage

Mail\Events

Illuminate\Mail\Events Classes MessageSending

MailServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

MailServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

MailServiceProvider::registerSwiftMailer()

void registerSwiftMailer() Register the Swift Mailer instance. Return Value void