True Modular for Laravel #311
webard
started this conversation in
Package Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone! 👋
I’d like to share a package I’ve been working on:
True Modular for Laravel
https://github.com/happenv-com/laravel-true-modular
The goal is to make each module a real Composer package with explicit dependencies and automatic discovery, enabling real module boundaries instead of just folder organization.
To the best of my knowledge, this is possibly the first Laravel solution that provides truly independent module boundaries at this level.
It’s already battle-tested in a real-world application with 70+ modules and has proven to scale really well.
I also believe this architecture is an ideal foundation for agentic coding, where AI agents can work safely within isolated module boundaries instead of navigating an entire codebase.
I’d love to hear your feedback and suggestions.
All reactions