I am new to codeigniter HMVC structure, following this link for installation. https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc/src
Have performed all steps but when reached on step 12 it shows error.
Steps:
Error:
Your view folder path does not appear to be set correctly. Please open the following file and correct this: index.php
How to solve it please? is any change need in route/config.index etc? should i copy-paste config folder to each module as well? currently they all are default. My CI version is latest 3.0.3 and in config index_page is empty instead of index.php
$config['index_page'] = '';
also checked by adding index.php instead of empty. one more thing i searched online and also tried by capitalizing View,Controler etc folder names but nothing happened.
try to use this HMVC version :