nWidart/laravel-modules
Module Management In Laravel observed · 2026-08-28
Health v2 · maintenance only
81/100
- Activity 77
- Release rhythm 75
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 6
- age_days: 3719
- days_rel: 167
- days_push: 142
- n_releases_24m: 18
Adoption not part of the score
6203 stars · 1024 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Laravel package for organizing large applications into self-contained modules, each with its own routes, controllers, models, views, migrations, and tests. It provides Artisan commands to generate and manage modules, with automatic service provider registration and Composer-based autoloading.
Use cases
- organize a large Laravel app into feature modules
- generate module scaffolding with controllers, models, and migrations
- enable or disable feature modules independently
- extract a feature into a reusable package
- reduce merge conflicts by letting teams own separate modules
- structure a modular monolith in Laravel
When to choose
- your Laravel codebase has grown unwieldy and features span many directories
- you want feature-based grouping instead of Laravel's default layer-based structure
- multiple teams work on separate features in one app
- you want modules that can later be extracted into Composer packages
When to avoid
- small or simple Laravel apps where the default structure is sufficient
- you need true microservices with independent deployment
- you're not using Laravel or the PHP ecosystem
Facets
library · maturity active
plugin-system developer-tools routing middleware web-development backend developer-tools php cli laravel-package modular-architecture modular-monolith code-organization artisan-commands composer architecture laravel web-server
3 sources
- readme: https://github.com/nWidart/laravel-modules · fetched 2026-08-28 · d034610f2a5b
- homepage: https://docs.laravelmodules.com · fetched 2026-08-29 · 93d5efd67364
- site_page: https://laravelmodules.com/docs/13 · fetched 2026-08-29 · 83b021545022
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nWidart/laravel-modules | main | 81 |
For agents
markdown · JSON · MCP: product_card(name="nWidart/laravel-modules")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem