You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am running a clean installation of Laravel 10;
Laravel version
10.10.1
Windows 11
XAMPP with PHP
8.2.4
I then create a simple controller method:
Then it lists the server variables including the variables from the
.env
file.But when I try to add a very specific key,
CHROME_PATH
, it ignores it!For example, I add the following to the bottom of the
.env
file:Then at the bottom of the
dd($_SERVER)
output I will see:Laravel "swallows" this specific key,
CHROME_PATH
, but why?Also, added
CHROME_PATH
to the System Variables and User Variables on Windows and it still ignores itBeta Was this translation helpful? Give feedback.
All reactions