Closed kevinirlen closed 2 years ago
Hi,
from your report, I fail to see the relation to Studio. Can you explain in more detail what it is you're trying to do / provide a minimal reproduction example, please?
Hmm ok, turns out i'm an idiot.. This issue is not related to studio. I'll explain my problem and give the solution if other symfony dev encounter this issue..
The thing is, i'm using docker.. and the solution to fix this issue, is to simply mount the folder of the packages as volumes inside docker.
volumes:
- "../../../bundles:/var/www/bundles"
You might want to double check your path.. :) I'm closing this issue..
Happens to the best of us. 🤗
Hi,
Thanks for this package. I tried using this with a Symfony app. But I'm getting this error after telling studio to load my package.
Any ideas?