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