Nếu bạn đang muốn xây dựng hệ thống website với 1 source duy nhất nhưng có thể chạy nhiều project? Thì đây! ngay bên dưới, là source codeigniter HMVC multi project – đúng cái bạn cần nhé.
Link source github: https://github.com/agmsoftware/projectapp
Còn đây là nội dung file readme của tác giả.
ProjectApp
Codeigniter HMVC for Multi Projects
these Codeigniter folders are combining source code from internet and the modules folder separates the apps. it could be setup differently for each of them
config
You have to edit some config
- go to projectapp folder
- application/config.php ( landing page )
- projectapp/application/modules/appone/index.php ( landing page for appone )
- projectapp/application/modules/apptwo/index.php ( landing page for apptwo )
on those index.php, please edit on $application_folder = ‘application/modules/name.of.your.app.folder’;
- projectapp/application/modules/appone/config/config.php
- projectapp/application/modules/appone/config/config.php
on those config.php, change to suit your configuration and also the files that need to be changed
Thanks to Froala, Codeigniter and Wiredesignz ::love::
agmsoftware.id
Hy vọng hữu ích với bạn!
Nosomovo