Common Vendor folder for multiple application

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 ?

Have you given it a try? I would suggest don’t, but of course it’s your app. I would not do this for a clients app, they would have their own.

You could also look into multi tenant apps.