class ApplicationInfoProvider
Methods
__construct(Repository $cache, Translator $translator, Schedule $schedule, ConnectionInterface $db, Config $config, SessionManager $session, SessionHandlerInterface $sessionHandler, Queue $queue)
No description
string
identifySessionDriver(bool $forWeb = false)
Reports on the session driver in use based on three scenarios: 1. If the configured session driver is valid and in use, it will be returned.
Details
at
line 26
__construct(Repository $cache, Translator $translator, Schedule $schedule, ConnectionInterface $db, Config $config, SessionManager $session, SessionHandlerInterface $sessionHandler, Queue $queue)
at
line 38
bool
scheduledTasksRegistered()
at
line 43
string
getSchedulerStatus()
at
line 57
string
identifyQueueDriver()
at
line 71
string
identifyDatabaseVersion()
at
line 86
string
identifyDatabaseDriver()
at
line 97
array
identifyDatabaseOptions()
at
line 117
string
identifySessionDriver(bool $forWeb = false)
Reports on the session driver in use based on three scenarios: 1. If the configured session driver is valid and in use, it will be returned.
2. If the configured session driver is invalid, fallback to the default one and mention it. 3. If the actual used driver (i.e `session.handler`) is different from the current one (configured or default), mention it.