Anthony N. Brown
Results
2
comments of
Anthony N. Brown
Seeing the exact same thing on CI3. It looks like the database helper will be loaded before the .env files are processed which causes any env() calls in the database.php...
In system\core\Loader.php, they prioritize loading of the database before any other libraries: ``` // Load libraries if (isset($autoload['libraries']) && count($autoload['libraries']) > 0) { // Load the database driver. if (in_array('database',...