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 3f7768e commit 6143b24Copy full SHA for 6143b24
index.php
@@ -1,8 +1,13 @@
1
<?php
2
+
3
+use MintyPHP\Debugger;
4
+use MintyPHP\Session;
5
+use MintyPHP\Router;
6
7
// Change directory to project root
8
chdir(__DIR__ . '/../..');
9
// Use default autoload implementation
-require 'vendor/mintyphp/core/src/Loader.php';
10
+require 'vendor/autoload.php';
11
// Load the config parameters
12
require 'config/config.php';
13
// Debugview class
0 commit comments