Yii2 is one of php based framework. This framework can help you to build modern aplication rapidly
Before we start there some requirements that must be prepared.
- Xampp, If you never installed xampp before, you could download on www.apachefriends.org
- We need good internet connection, to download the yii package
There is two ways to install yii framework, using the Composer package manager or by downloading an archive file .
Install via composser
- Install composer
- Run command promp
- Change directory to xampp/htdocs
- Create aplication using composer command
- Run apache on Xampp
- load the aplication
The second way is by downloading the arcive file
- Download archive
- Ekstrak file in xampp/htdocs directory
- Load the aplication
- There is an error mesage because we need to add configuration in config/web.php
- Reload the aplication
Recent Comments