Revision #102 has been created by rackycz on Sep 21, 2019, 6:14:20 AM with the memo:
edit
« previous (#101) next (#103) »
Changes
Title
unchanged
Yii v2 snippet guide
Category
unchanged
Tutorials
Yii version
unchanged
2.0
Tags
unchanged
tutorial,beginner,yii2
Content
changed
[...]
- 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 of the "basic" folder into the new empty git-folder and push everything except for folder "vendor" . (It contains 75MB and 7000 files
. Y so you dont want to have it in GIT
.)
Then you can start to modify you project, for example based on this "tutorial".
User management + DB creation + login via DB
---[...]