Overview
Here's a short summary of what booting Tempest looks like.
- The entry point is either
public/index.htmlor./tempest. - Tempest boots using the
FrameworkKernel. - Bootstrap classes are located in the
Tempest\Core\Kernelnamespace. - First, discovery is started through the
LoadDiscoveryLocationsandLoadDiscoveryClassesclasses. - Then, configuration files are registered through the
LoadConfigclass. - When bootstrapping is completed, the
Tempest\Core\KernelEvent::BOOTEDevent is fired.