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 1mo ago

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 54% of packages

Maintenance47

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

396d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e219f9e5a47f0dfa612d2dea5a369a9aef54203431223370367fca5f73948d0e?d=identicon)[carlcandels](/maintainers/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/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k96.9M674](/packages/laravel-socialite)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k84.2M225](/packages/laravel-horizon)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[stancl/tenancy

Automatic multi-tenancy for your Laravel application.

4.3k6.6M40](/packages/stancl-tenancy)[internachi/modular

Modularize your Laravel apps

1.1k662.4k8](/packages/internachi-modular)

PHPackages © 2026

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