How to lead the development of the expansion?

  1. create a repository on githabe.

  2. Generate extension in runtime \ tmp-extensions \


git init

git add -A

git commit

git remote add origin https://path.to/your/repo

git push -u origin master

  1. composer.phar require redogurez / page: dev-master

  2. do changes, do commit and push

  3. Add to composer.json

Code: Select all


"Repositories": [


        {

            "Type": "path",

            "Url": "file: // F: / Webservers / advanced / frontend / runtime / tmp-extensions / page"

        }

        { "Packagist": false}

    ]

to use a local repository

  1. I do composer.phar update redogurez / page and composer despite "packagist": false, and specify the local turnip climbs to internet and work out about 3 minutes !!!

Work at a pace of course is impossible.

How to lead the development of the expansion?