Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 615 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 615 Bytes

yiiext - unofficial Yii extensions repository

How to work on an Extension

Create local copy of repository

  • clone this repository git clone [email protected]:yiiext/core.git yiiext
  • cd yiiext
  • initialize submodules git submodule update --init
  • edit .git/config file of the submodule/extension you want to work on:
    • add your github username to the repository url in section [remote "origin"] to be able to push your commits to that repository. Example: url = https://[email protected]/yiiext/migrate-command

Update local copy

  • git pull
  • git submodule update

to be continued...