Level 104
Do you mean programmatically??? What determines a required environment variable?
Summer Sale! All accounts are 50% off this week.
Hello
I have lumen application
in bootstrap/app.php I have code which loads env variables from .env file
via this code
$bootstrap = new Laravel\Lumen\Bootstrap\LoadEnvironmentVariables(
dirname(__DIR__)
);
$bootstrap->bootstrap();`
what is good way to check that .env file contains all required variables ?
Please or to participate in this conversation.