- Connection with MySQL
- Enabling Pretty URLs
- Virtual Hosts (for backend and frontend)
- Installing AdminLTE Theme
Note: This article contains affiliate links, which means if you purchase using those links I will get a small commission with no extra cost to you.
Installing the project
Let’s install the application in our PC using Composer (you should install composer first if you don’t have already).
Head over to your xampp/htdocs folder and run this command in cmd:
composer create-project --prefer-dist yiisoft/yii2-app-advanced ows-yii2-application
The application will be installed in ‘ows-yii2-application’ directory/folder. You can rename it according to your project name