I have an application with the Laravel framework that I have created many subdomains to access. Today I make a separate environment for each one, but the files in each of them will be the same.
My question is, is it possible to make a single environment to reduce disk space on the server, but with separate databases.
I wonder if anyone did something like this and how you did it.