Set Laragon like Hosting Public HTML
-
Hi @leokhoa and Good People,
I have a question.
I want to set my server (local hosting, only for work area) like a hosting.
Here is the requirement:
- We have 2 sites (CodeIgniter and Laravel).
- We have to migrate from CodeIgniter to Laravel, so for now, the authentication still in CodeIgniter.
- We will use package
ci2lara
to let Laravel read the CodeIgniter session. - But, I guess to read the session we have use 1 domain right?
Here is the problem:
- How to install like
domain.com
= CodeIgniter anddomain.com/lara
for Laravel in Laragon?
If my concept is wrong, please tell me proper way to learn and fix this problem.
Thank you.