I wanted to share some architecture insights from building Relaticle, an open-source CRM platform. I hope these observations are helpful if you're building complex Laravel applications.
Modular Architecture
One of the most effective decisions was organizing the codebase into modules:
/app # Core application code
/app-modules # Feature modules …