feat(workbench): make plugin development self-contained#12
feat(workbench): make plugin development self-contained#12KilianTrunk wants to merge 25 commits intoDataLinx:mainfrom
Conversation
…rld-plugin into feat/workbench
This reverts commit 4d77dd7.
|
@SlimDeluxe can you try pulling, running composer install inside workbench, then rebuilding lando in the root? I tried cloning my fork, switched to my feature branch, ran composer install inside workbench, went to root (eclipsephp-world-plugin), and ran lando rebuild -y, and everything seems to work |
|
Hm, looking at the file changes and there's simply too much stuff. If we can't keep it simple, it's not worth it. Too much duplicated code to maintain. |
Had the same thought, I wouldn’t put so much time into it. The only thing we can reduce is the amout of migrations I believe, but this is the minimum for this to work sadly. What I would do is create a dev script that would clone every repo in the correct folder, run composer installs and what not, and then that would be easier. Or even a package that lets you choose which of the plugins you want to install. |
No description provided.