Yii v2 snippet guide

Comparing #181 with #182

Revision #182 was created by rackycz rackycz on Mar 21, 2020, 11:25:07 AM.

formatting

Content

[...]
I was suprised that the Yii 2 demo application does not contain some basic functionalities (like login via DB, translations etc) which must be implemented in the most of web projects so I will focus on them. Plus I will talk about GitLab.

If you find any problems in my snippets, let me know, please.

.
.
 
.
 
 
 
 
 

.

**Prerequisities**
---
Skip this paragraph if you know how to run your Yii demo project...
[...]