Yii v2 snippet guide

Comparing #46 with #47

Revision #47 was created by rackycz rackycz on Sep 20, 2019, 12:45:16 PM.

edit

Content

[...]
If you set thing correcly up, following URL will open your demo application. Now it will probably throw an exception:

- [http://localhost/basic/web/](http://localhost/basic/web/)

**The Exception is removed by enterinng any text into attribute 'cookieValidationKey' in file**:

- C:\xampp\htdocs\basic\config\web.php

Dont forget to connect Yii to the DB. It is done in file:
[...]