Boot.php
system/Boot.php
1 class
22 methods
class Boot
Bootstrap for the application
bootWeb
(Paths $paths)
bootConsole
(Paths $paths)
bootSpark
(Paths $paths)
bootTest
(Paths $paths)
preload
(Paths $paths)
loadDotEnv
(Paths $paths)
defineEnvironment
()
loadEnvironmentBootstrap
(Paths $paths, bool $exit = true)
definePathConstants
(Paths $paths)
loadConstants
()
loadCommonFunctions
()
loadAutoloader
()
autoloadHelpers
()
setExceptionHandler
()
checkMissingExtensions
()
initializeKint
()
loadConfigCache
()
initializeCodeIgniter
()
runCodeIgniter
(CodeIgniter $app)
saveConfigCache
(FactoriesCache $factoriesCache)
initializeConsole
()
runCommand
(Console $console)