Installation - rahendz/HMVCI GitHub Wiki
- Download HMVCI (codeigniter core system excluded)
- Download Codeigniter core system v2.x from official site (recommended to use v2.2.5 or below instead)
- Put system folder from Official Codeigniter inside HMVCI folder or else, just make sure SYSTEM_PATH in
index-sample.php
are pointing to it. - in root directory, rename
index-sample.php
intoindex.php
- in
application/config
directory, renameconfig-sample.php
anddatabase-sample.php
intoconfig.php
anddatabase.php
- Done!
For official codeigniter, default route are pointed to welcome controller. But here, in HMVCI, default controller are pointed to {APPPATH}/controller/basic.php
, you still get the welcome message from codeigniter. It just renamed file because welcome controller are used in the modular.
You can access the main welcome here:
http://{your_host_domain_and_path}/index.php
or
http://{your_host_domain_and_path}/index.php/basic
You can access the modular welcome here:
http://{your_host_domain_and_path}/index.php/welcome