void boot() Bootstrap the application events. Return Value void
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
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 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.
Illuminate\Mail\Transport Classes LogTransport MailgunTransport MandrillTransport
Illuminate\Mail\Jobs Classes HandleQueuedMessage
Illuminate\Mail\Events Classes MessageSending
void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void
array when() Get the events that trigger this service provider to register. Return Value array
void registerSwiftMailer() Register the Swift Mailer instance. Return Value void
Page 505 of 996