I wrote a composer package before;
Today, I have some new ideas and want to make some changes; you know, things in the vendor folder can"t be changed, so how should I modify a composer package?
< hr >my idea: first clone this package from github to another folder, and then modify it. After the change, push to github, and then pull it from github to laravel. Run to see the effect. If you have any problems, recycle the above?
is this too complicated? Find the right method