Closed sohail042414 closed 7 years ago
Also you need to configure your apache or nginx virtual host.
Also you can install app via docker: See this link - https://github.com/yii2mod/base#installing-using-docker
All installation steps taken from yii2/basic except migration execution
Not clear where to install this?? 1-Install yii2 basic app first using composer, and then install your app (base) within that basic app?? If I run the command given here in documentation, it adds a folder within basic app named application. 2-Is your base app complete package having everthing in it?? If I look into code it does not include vendor directory. (means have not framework). It has all other directories that make it complete app. 3- other option is to set up basic app, download your app, and merge things and configure???