For example, I would like to work on an existing repository such as flagrow/byobu . I did following:
- git clone for repo flagrow/byobu in the folder workbench
- remove existing subfolder flagrow/byobu
- change value of extension flagrow/byobu to *@dev under the require in the composer.json file (root of flarum) >"flagrow/byobu": "*@dev"
What I all got is following info: - Installing flagrow/byobu (0.1.2): Loading from cache
It is not symlinked to workbench. What am I doing wrong?