We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2331053 commit 36bd3e6Copy full SHA for 36bd3e6
readme.md
@@ -43,10 +43,10 @@ Create a `public/index.php` file:
43
require_once '../vendor/autoload.php';
44
45
// Bootstrap the application
46
-$app = Boot('../config');
+$app = boot('../config');
47
48
// Dispatch the current request
49
-Dispatch($app);
+dispatch($app);
50
```
51
52
### 2. Configure Apache (.htaccess)
versionlog.md
@@ -1,4 +1,5 @@
1
## 0.6.41
2
+* renamed the bootstrap functions.
3
4
## 0.6.40 2025-08-10
5
* Added the ability to render partials.
0 commit comments