yii2 - Separate URL for front-end and for back-end -
i new yii framework.
i have downloaded yii2, , yii2 advanced application.
want create 2 urls front , admin panel.
front-end url: http://localhost/advanced
back-end url: http://localhost/advanced/admin
how can this?
- after downloading yii2 advanced template archive. install advanced yii2 using link yii2 advanced installation guide
- follow steps in "preparing application" section of above url.
- after following steps ready go. can access frontend , backend i.e ex: frontend: http://localhost/advanced/forntend/web backend: http://localhost/advanced/backend/web
- create admin panel in yii2 backend. please follow url backend admin panel
i know late answer want other guys new yii2. hope points helpful.
Comments
Post a Comment