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?

  1. after downloading yii2 advanced template archive. install advanced yii2 using link yii2 advanced installation guide
  2. follow steps in "preparing application" section of above url.
  3. after following steps ready go. can access frontend , backend i.e ex: frontend: http://localhost/advanced/forntend/web backend: http://localhost/advanced/backend/web
  4. 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

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -