I am trying to segregate my Laravel-5.7 project into three windows servers. I need to put the database, controller and presentation layers each in a separate server.
I have separated successfully the MySQL database from the project, each one of them in a separate environment. Now I need to separate the project source code using the API maybe!!! these three should work together,
please how I can do so?