What is the best way to manage multiple laravel apps on same server with same code base #3240
Unanswered
hardikdangar
asked this question in
Help needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To give you an example,
Host(server) is same but code folder is diffrent for diffrent apps i.e.
~/code/app1
~/code/app2
~/code/app3
...
~/code/app200
code is all in single repo. and same for all the apps.
all are laravel apps and what i want to do with deployer is, have single node_modules and vendor folder shared with each of this app so it doesn't take forever to deploy. i.e. with current deployer configuration it will do 200 times npm deploy and composer install instead of that i want to symlink it just like my storage folder by doing it just one time in some folder and share the generated folder with all of my apps.
is it possible? anyone have done it before ?
Beta Was this translation helpful? Give feedback.
All reactions