Hello
I am developing several application using the same code just by changing the configuration files .
So i just want to know if there any way i can make a common Vendor folder and then call it by changing inside the vendor folder path called.
Common_vendor_folder
for application 1 path
config
logs
src
temp
webroot
index.php
for application 2 path
config
logs
src
temp
webroot
index.php
common vendor files called by changing the path in both application , is there any way ?