konekt/concord
Laravel extension for building modular applications using conventions on top of service providers. Manage in-app and external modules with isolation-friendly structure, version compatibility across Laravel releases, and tooling around module registration and organization.
Concord leverages Laravel's Service Providers to enable modular architecture, providing a natural fit for Laravel-centric projects requiring code reuse across applications or complex internal organization. Its design aligns with Laravel's conventions but adds abstraction layers that may complicate simple applications. Integration is straightforward via Composer with clear version compatibility, though existing projects require significant refactoring to adopt module structures. Technical risks include low adoption (0 dependents), active v2.0 development with planned breaking changes (e.g., removing central config file), and unverified stability with third-party packages. Key questions: How are database migrations handled across modules? What is the precise workflow for overriding module functionality in the main app? Are there documented compatibility issues with common Laravel packages? How does versioning work for inter-module dependencies?
Concord integrates seamlessly with Laravel's standard stack (Eloquent, Artisan, Service Providers) but offers no compatibility with non-Laravel components. For new projects, installation is trivial
How can I help you explore Laravel packages today?