Difference between #42 and #43 of
Yii v2 snippet guide

Revision #43 has been created by rackycz on Sep 20, 2019, 12:30:58 PM with the memo:

edit
« previous (#42) next (#44) »

Changes

Title unchanged

Yii v2 for beginners

Category unchanged

Tutorials

Yii version unchanged

2.0

Tags unchanged

tutorial,beginner,yii2

Content changed

[...]
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)
[...]
7 0
4 followers
Viewed: 254 819 times
Version: 2.0
Category: Tutorials
Written by: rackycz
Last updated by: rackycz
Created on: Sep 19, 2019
Last updated: 5 months ago
Update Article

Revisions

View all history