PHPackages                             carlcandels/laravel-modulizer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. carlcandels/laravel-modulizer

ActiveLibrary[Framework](/categories/framework)

carlcandels/laravel-modulizer
=============================

A Laravel 12-compatible package for modular architecture.

v1.0.0(1y ago)03MITPHPPHP ^8.2

Since Apr 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/carlcandels/laravel-modulizer)[ Packagist](https://packagist.org/packages/carlcandels/laravel-modulizer)[ RSS](/packages/carlcandels-laravel-modulizer/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

Laravel Modulizer
=================

[](#laravel-modulizer)

A Laravel 12-compatible package that helps you organize your app into feature-based modules. Quickly scaffold routes, controllers, models, views, and service providers in isolated modules.

✨ Features
----------

[](#-features)

- Modular directory structure
- Artisan command to generate new modules
- Automatically registers routes and views
- Easy configuration and customization

📦 Installation
--------------

[](#-installation)

Require via Composer:

```
composer require carlcandels/laravel-modulizer

Then publish the configuration file:

php artisan vendor:publish --provider="YourName\\Modulizer\\ModulizerServiceProvider" --tag=modulizer-config

🚀 Usage
Generate a module:

php artisan module:make Blog

This will create:

modules/
└── Blog/
    ├── Http/Controllers/ExampleController.php
    ├── Models/Example.php
    ├── Routes/web.php
    ├── Views/index.blade.php
    ├── Providers/BlogServiceProvider.php
    └── module.json

⚙️ Configuration
Edit config/modulizer.php to change module paths or namespace.

return [
    'path' => base_path('modules'),
    'namespace' => 'Modules',
];
🛠 Requirements
PHP 8.2+

Laravel 12+

📝 License
MIT License © Your Name

---

✅ Once your package is on Packagist, you (and others!) can install it easily using:

```bash
composer require carlcandels/laravel-modulizer
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance43

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

449d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11341257?v=4)[Cesar Carlo Candelaria](/maintainers/carlcandels)[@carlcandels](https://github.com/carlcandels)

---

Top Contributors

[![carlcandels](https://avatars.githubusercontent.com/u/11341257?v=4)](https://github.com/carlcandels "carlcandels (3 commits)")

### Embed Badge

![Health badge](/badges/carlcandels-laravel-modulizer/health.svg)

```
[![Health](https://phpackages.com/badges/carlcandels-laravel-modulizer/health.svg)](https://phpackages.com/packages/carlcandels-laravel-modulizer)
```

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M307](/packages/laravel-horizon)[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M195](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[illuminate/routing

The Illuminate Routing package.

1419.2M3.0k](/packages/illuminate-routing)[laravel/surveyor

Static analysis tool for Laravel applications.

86121.4k13](/packages/laravel-surveyor)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
