Commit ac46152
authored
Bugfix dotenv test in laravel.php (#4082)
* Bugfix dotenv test in laravel.php
The test to check if .env file is present was not checking if the dotenv variable was set and always used the default. Added getter for dotenv variable.
* change current_path to release_or_current_path in dotenv description
Change instructions for set dotenv to use release_or_current_path variable.
* change current_path to release_or_current_path in dotenv description
Change instructions for set dotenv to use release_or_current_path variable.
* Revert "Merge branch 'master' into patch-1"
This reverts commit df230db, reversing
changes made to 8a92805.1 parent 8bdd587 commit ac46152
2 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
61 | 64 | | |
62 | | - | |
| 65 | + | |
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
66 | | - | |
| 69 | + | |
67 | 70 | | |
68 | 71 | | |
69 | 72 | | |
| |||
0 commit comments