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 0a55022 commit 094c540Copy full SHA for 094c540
leaf
@@ -1,6 +1,17 @@
1
#!/usr/bin/env php
2
<?php
3
4
+/*
5
+|--------------------------------------------------------------------------
6
+| Switch to root path
7
8
+|
9
+| Point to the application root directory so leaf can accurately
10
+| resolve app paths.
11
12
+*/
13
+chdir(__DIR__);
14
+
15
/*
16
|--------------------------------------------------------------------------
17
| Register The Auto Loader
0 commit comments