Answer the question
In order to leave comments, you need to log in
How to make commits to the Vendor folder?
Over time, I began to notice that I can add some improvements to the composer packages. Question -
what is the order in which commits are added to composer packages?
On the example of https://github.com/dektrium/yii2-user for example?
Answer the question
In order to leave comments, you need to log in
Use standard forks and pull requests .
Composer clones repositories for easy updating. You can work with them locally, but nothing will work to push.
composer require <свое_имя>/yii2-user
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question