Yii v2 snippet guide

Comparing #101 with #102

Revision #102 was created by rackycz rackycz on Sep 21, 2019, 6:14:20 AM.

edit

Content

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