Discussion about this post

User's avatar
Jason Stewart's avatar

Thank you for this article and for the book it coms from - I have used it extensively to understand the concepts and how to connect all the pieces.

One of the challenges I'm having in my own dockerized laravel app is that the frontend is a laravel blade frontend and the API needs access to the same classes used by the frontend - and having all that work with my IDE (phpstorm) so that it's not seeing two copies of classes in the two different laravel apps. I chose to break up my monorepo into 4 repos: one for all the container orchestration, another for the blade frontend, another for the API and the final for the shared classes. It's not the solution I like but it is working (mostly).

Expand full comment

No posts