Thank you. I'm using
$env = parse_ini_file('.env');
$token = $env["token"];
It's simple and quick - and I guess it is as secure as .env is.
$env = parse_ini_file('.env');
$token = $env["token"];
It's simple and quick - and I guess it is as secure as .env is.
Statistics: Posted by davidascher — Thu Mar 28, 2024 9:05 pm