commun
(Magezisagesse)
September 24, 2015, 8:40am
1
How to set the entrypoint(file) of the application for advanced template, I would like to use it but I don’t know from where to start and how to make admin panel(backend) access different from frontend access?
Bizley
(Bizley)
September 24, 2015, 10:27am
2
Have you checked this guide?
Installation
============
## Requirements
The minimum requirement by this project template is that your Web server supports PHP 5.4.0.
## Installing using Composer
If you do not have [Composer](http://getcomposer.org/), follow the instructions in the
[Installing Yii](https://github.com/yiisoft/yii2/blob/master/docs/guide/start-installation.md#installing-via-composer) section of the definitive guide to install it.
With Composer installed, you can then install the application using the following commands:
composer create-project --prefer-dist yiisoft/yii2-app-advanced yii-application
The command installs the advanced application in a directory named `yii-application`. You can choose a different
directory name if you want.
It uses [asset-packagist](https://asset-packagist.org/) for managing bower and npm package dependencies through Composer. Also you can use [asset-plugin](https://packagist.org/packages/fxp/composer-asset-plugin), as in earlier versions, but it works slowly.
This file has been truncated. show original