nWidart/laravel-modules

Module Management In Laravel

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 56 minutes ago
Added to GitGenius on September 10th, 2026
Created on June 27th, 2016
Open Issues & Pull Requests: 24 (+0)
GitHub issues: Enabled
Number of forks: 1,023
Total Stargazers: 6,208 (+0)
Total Subscribers: 154 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 34.1 hours
Mean response time: 23.8 days
90th percentile: 40.9 days
Tracked items: 153

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 6% of issues opened in the past year have been closed. Three people close 85% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 14
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 231 days
Stale 30+ days: 13
Stale 90+ days: 10

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (83)
  • stale (6)
  • Feature Request (5)
  • enhancement (1)
  • waiting-for-feedback (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Laravel Modules is a package that enables modular architecture in Laravel applications by organizing code into self-contained, reusable modules.

The package solves the problem of managing large Laravel applications by providing a structured way to divide functionality into isolated modules. Each module can contain its own controllers, models, views, migrations, and routes, allowing developers to organize complex applications into logical, independently manageable units. The approach works by registering modules within the application and providing commands and helpers to generate module scaffolding, manage dependencies between modules, and load module-specific resources automatically.

Teams building large-scale Laravel applications or those planning significant growth should consider this package. It suits projects where multiple features need to be developed in parallel by different team members, where code reusability across projects is valuable, or where maintaining clear separation of concerns is a priority. The modular structure makes it easier to test individual features in isolation and to enable or disable functionality by managing module activation. This approach is particularly beneficial for applications that may eventually be split into microservices, as modules can be extracted with minimal refactoring.

The project maintains steady engagement with regular updates addressing bug fixes and compatibility with new Laravel versions. Pull requests receive consistent review and feedback from maintainers. The codebase shows active maintenance with issues being addressed and documentation kept current. The project demonstrates responsiveness to community contributions and maintains clear communication about the direction of development through its documentation site.