laravelmodel-view-controllerdeploymentumldeployment-diagram

Deployment Diagram for MVC pattern with Laravel and Inertia


I am trying to make a deployment diagram for my web application. I am using MVC architectural pattern but I am unsure if this should be included:

My Deployment diagram

I am using reactjs, Inertia js, laravel and MySQL. How can I show this on my diagram? I am not really sure how to represent Inertia JS


Solution

  • This diagram is a good start and all depends on the level of detail you want to share. You could indeed give a very high level picture of your architecture:

    enter image description here

    But this does not give good picture of the details that you provide:

    enter image description here

    Now this is quite detailed already, and I've not even shown the dependencies between the components. Maybe it's more than what you want to provide. A simpler way could then to define some own stereotypes to show what's done with laravel:

    enter image description here