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 882efa4 commit b13a3e1Copy full SHA for b13a3e1
app/start/global.php
@@ -1,9 +1,5 @@
1
<?php
2
3
-// Load Environment Variables
4
-$dotenv = new Dotenv\Dotenv(base_path());
5
-$dotenv->load();
6
-
7
/*
8
|--------------------------------------------------------------------------
9
| Register The Laravel Class Loader
bootstrap/start.php
@@ -1,5 +1,9 @@
+// Load Environment Variables
+$dotenv = new Dotenv\Dotenv(base_path());
+$dotenv->load();
+
| Create The Application
0 commit comments