blog-contest-may-mayhem
blog-contest-may-mayhem copied to clipboard
A Modular Monolith in Laravel Lumen
https://medium.com/@simonhamp/a-modular-monolith-in-laravel-lumen-4933b8cab2f1
Was an enjoyable read.
Thanks @shane-smith 🙂
Yup definitely cool. I also totally agree. I think this is a wonderful way to build an app.
@erikmellum Yep it's pretty great!
Awesome post man, great read!
I started structuring my projects in a similar way about a year ago, and it totally reframed my mindset in terms of decoupling. Can't recommend it enough.
Would love to hear more about your folder structure, migrations, tests, git, etc.!
Btw 👍 for adopting the 'support' naming from Laravel, much better than the 'common' I came up with ;-)
Thanks @rasmuscnielsen! Thanks for reading.
Yeh it’s a cool approach. Has been super beneficial for us. It has its place... I think it can be a lot of trouble to go to for smaller projects and there are a few hurdles when you’ve got packages interconnected that need to talk to each other...
I’ll try to write up a post on all that other stuff at some point.