Config フォルダーにカスタム構成ファイルを作成しました。Config/ELearning_config.php . これをCodeigniter v4 のAutoload.phpを使用してロードします。これを行う方法?
<?php namespace Config;
use CodeIgniter\Config\BaseConfig;
class Elearning_config extends BaseConfig
{
public $theme = 'theme/etreeks/';
}