Getting Started With Yii 2 Framework
Yii2 is easy and quick to setup. So let's see from scratch how you can start development with Yii2 with no efforts. Yii2 provides boiler plates to start development quickly.
Those are of 2 types
- 1) Basic Application Boilerplate
- 2) Advanced Application Boilerplate
A Basic Application Boilerplate
- You have to wait for composer process to finish download of Yii2 basic boiler plate.
- You just have to use any one of the above method.
- Next you can use either xampp or laragon for running the boilerplate.
- Or if you have all configuration of apache and php environment just fire
php -S localhost:8000 -t basic/web - And you will see the landing page of boilerplate loaded in your browser.