I thought to make use of environment variable in .env file and put and If condition like:
if($_ENV(APP_ENV)!="local")
then SSL Engine should be on.
But I can't find a way to get the value of variable set in my .env file of project. Can anyone please help ?