Skip to content
/ core Public

the development yii application for all yiiext extensions

Notifications You must be signed in to change notification settings

yiiext/core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

the development yii application for all yiiext extensions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages