I am trying to load a custom config in codeigniter 3
$this->config->load('test')
test.php file is available in application/config folder with following content.
<?php
$config['item_test']='sample config item';
I will get the following error
The configuration file test.php does not exist.
Codeigniter version:3.1.0