Yii v2 snippet guide

Comparing #20 with #21

Revision #21 was created by rackycz rackycz on Sep 20, 2019, 7:31:43 AM.

prereq

Content

[...]
Prerequisities
---
I work with Win10 + [XAMPP Server](https://www.apachefriends.org/download.html) so I will expect this configuration. Do not forget to start the server and enable Apache + MySQL in the dialog. Then test that following 2 URLS work for you

-- [http://localhost/](http://localhost/) -- [http://localhost/phpmyadmin/](http://localhost/phpmyadmin/)

You should also download the [Yii basic demo application](https://www.yiiframework.com/download) and place it into the **htdocs** folder. In my case it is here:

- C:\xampp\htdocs
[...]