MaintenanceModeManager
class MaintenanceModeManager extends Manager (View source)
Properties
protected Container | $container | The container instance. |
from Manager |
protected Repository | $config | The configuration repository instance. |
from Manager |
protected array | $customCreators | The registered custom driver creators. |
from Manager |
protected array | $drivers | The array of created "drivers". |
from Manager |
Methods
string
getDefaultDriver()
Get the default driver name.
$this
from
Manager
$this
from
Manager
mixed
__call(string $method, array $parameters)
Dynamically call the default driver instance.
from
Manager
createFileDriver()
Create an instance of the file based maintenance driver.
createCacheDriver()
Create an instance of the cache based maintenance driver.
Details
protected FileBasedMaintenanceMode
createFileDriver()
Create an instance of the file based maintenance driver.
protected CacheBasedMaintenanceMode
createCacheDriver()
Create an instance of the cache based maintenance driver.