PHPackages                             rodgani/laravel-module-maker - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. rodgani/laravel-module-maker

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rodgani/laravel-module-maker
============================

A simple Laravel modular

1.0.0(1y ago)02MITPHP

Since May 25Pushed 1y agoCompare

[ Source](https://github.com/Rodgani/laravel-module-maker)[ Packagist](https://packagist.org/packages/rodgani/laravel-module-maker)[ RSS](/packages/rodgani-laravel-module-maker/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

📦 Laravel Module Maker
======================

[](#-laravel-module-maker)

**Laravel Module Maker** is a Laravel package that enhances the default `make:*` Artisan commands by generating files directly inside your custom `Modules/` structure — perfect for developers who prefer a modular architecture in Laravel.

---

🚀 Features
----------

[](#-features)

- 🏗️ Automatically generates Laravel files like controllers, models, requests, migrations, seeders, factories, and more.
- 📁 Moves generated files into `Modules/{Module}/` structure.
- 🧠 Updates namespaces to reflect the module directory.
- 🔁 Works seamlessly with existing `make:*` commands.
- 🧼 Cleans up empty directories after moving files.

---

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

[](#-installation)

First step make sure register module at composer.json autoload

```
"autoload": {
    "psr-4": {
        "App\\": "app/",
        "Database\\Factories\\": "database/factories/",
        "Database\\Seeders\\": "database/seeders/",
        "Modules\\": "modules/"
    }
},

```

You can install it via Composer using composer require rodgani/laravel-module-maker --dev

🧪 Usage Use the following Artisan command to create Laravel classes inside your module:

```
php artisan make:module {type} {name} {module}

php artisan make:module controller UserController Blog

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance46

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 94.4% 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

406d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f5e9337fc9f58f09beb116c803fe989bdbc37601125f0b0da30b3a9611d48866?d=identicon)[Rodgani](/maintainers/Rodgani)

---

Top Contributors

[![rdlgnl](https://avatars.githubusercontent.com/u/28173780?v=4)](https://github.com/rdlgnl "rdlgnl (17 commits)")[![rodelganancial](https://avatars.githubusercontent.com/u/199531173?v=4)](https://github.com/rodelganancial "rodelganancial (1 commits)")

### Embed Badge

![Health badge](/badges/rodgani-laravel-module-maker/health.svg)

```
[![Health](https://phpackages.com/badges/rodgani-laravel-module-maker/health.svg)](https://phpackages.com/packages/rodgani-laravel-module-maker)
```

###  Alternatives

[neos/googleanalytics

Google Analytics integration for Neos CMS

15128.2k](/packages/neos-googleanalytics)

PHPackages © 2026

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