You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/4-internals/01-bootstrap.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: "Learn the steps involved in bootstrapping the framework."
7
7
8
8
Here's a short summary of what booting Tempest looks like.
9
9
10
-
- The entry point is either `public/index.html` or `./tempest`.
10
+
- The entry point is either `public/index.php` or `./tempest`.
11
11
- Tempest boots using the {b`\Tempest\Core\FrameworkKernel`}.
12
12
- Bootstrap classes are located in the [`Tempest\Core\Kernel`](https://github.com/tempestphp/tempest-framework/tree/main/packages/core/src/Kernel) namespace.
13
13
- First, discovery is started through the {b`\Tempest\Core\LoadDiscoveryLocations`} and {b`\Tempest\Core\LoadDiscoveryClasses`} classes.
0 commit comments