class Illuminate / Foundation / MaintenanceModeManager
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

MaintenanceModeManager

Extends

Methods

protected

createFileDriver ( ) : FileBasedMaintenanceMode

Create an instance of the file based maintenance driver.

protected

createCacheDriver ( ) : CacheBasedMaintenanceMode

Create an instance of the cache based maintenance driver.

public

getDefaultDriver ( ) : string

Get the default driver name.