I've tried: $hostname = env('DB_FIREBIRD_HOST'); // comes blank tried $hostname2 = $_ENV['DB_FIREBIRD_HOST']; gives me an error.
this is under function settings() from a class that extends report class TRAMSTEST extends KoolReport
I've added to config file 'DB_FIREBIRD_HOST' => env('DB_FIREBIRD_HOST'),
using laravel 8
thank you very much