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 2f6b6b7 commit 3bdbb68Copy full SHA for 3bdbb68
1 file changed
public/index.php
@@ -7,6 +7,17 @@
7
* @author Taylor Otwell <taylorotwell@gmail.com>
8
*/
9
10
+/*
11
+|--------------------------------------------------------------------------
12
+| Start Your Engines!
13
14
+|
15
+| Create a starting timestamp to enable profiling.
16
17
+*/
18
+
19
+define('ILLUMINATE_START', microtime());
20
21
/*
22
|--------------------------------------------------------------------------
23
| Register The Composer Auto Loader
0 commit comments