Yii v2 snippet guide

Comparing #92 with #93

Revision #93 was created by rackycz rackycz on Sep 20, 2019, 6:17:26 PM.

edit

Content

**Please give me a few days to add the whole text** # Yii v2 for beginners
 
 
## Intro

Skip this paragraph if you are in hurry :-) ... 8 years ago I started these two tutorials for Yii 1 (they contain info about general things so you can read them as well):
[...]
... but it should work out-of-the-box if you use DB name "yii2basic" which is also used in examples below ...

## Yii demo app + GitLab ---
**Once I know more about GitLab I will add some info** ... for example automatical copying from GitLab to your target web space.

Once you download and run the basic app, I recommend to push it into [GitLab](https://gitlab.com/). You will probably need a SSH certificate which can be generated [like this](https://www.huber.xyz/?p=275) using [PuTTYgen](https://www.puttygen.com/). When I work with Git I use [TortoiseGIT](https://www.puttygen.com/) which integrates all git functionalities into the context menu in Windows File Explorer.

First go to GitLab web and [create a new project](https://gitlab.com/projects/new). Then you might need to fight a bit, because the login-process seems to be quite complicated.
[...]