i have project in codeigniter. directory structure below.
frontend
|_application
|assets
..
..
| mobileapps
|_ adminpanel
|_application
|_assets...
frontend represent frontend website.inside mobileapps folder have put adminpanel code, want access adminpanel. how can achieve this?
can me this? frontend separate codeigniter setup, , adminpanel separate codeigniter setup.
you can change same application directory .first can set routes fixed frontend/.. frontend , admin/.. admin. basic routes change controllers , views based on frontend , admin panel thats all....
Comments
Post a Comment