You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am working in a module that is installed from composer.
I try to find a good way to work in the code from the vendors folder.
The way that I find for the moment is to mount the folder like a volume.
In npm exists the npm link to link a local repository to the version used as dependency, with composer and this docker aproach, exists a way to do something like this?
Any comment and experience in the field to share is welcome, thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I am working in a module that is installed from composer.
I try to find a good way to work in the code from the vendors folder.
The way that I find for the moment is to mount the folder like a volume.
In npm exists the
npm link
to link a local repository to the version used as dependency, with composer and this docker aproach, exists a way to do something like this?Any comment and experience in the field to share is welcome, thanks!
Beta Was this translation helpful? Give feedback.
All reactions