Yii v2 snippet guide

Comparing #42 with #43

Revision #43 was created by rackycz rackycz on Sep 20, 2019, 12:30:58 PM.

edit

Content

[...]
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.

Once things work, just create an empty folder, right click it and select Git Clone. Enter yout git path, best is this format:

- git@gitlab.com:{username}/{projectName}.git
 
- or you can use also this URL:
 
- https://gitlab.com/{username}/{projectName}.git
 
- or you can use HTTP:
 
- http://gitlab.com/{username}/{projectName}.git


When cloned, copy the content od the "basic" folder into thir git-folder and push everything except for folder "vendor" It contains 75MB and 7000 files. You dont want to have it in GIT.

Then you can start to mofify you project for example based on this tutorial (or better name would be a Snippet library)
[...]