PHPackages                             nrz/laravel-module-creator - 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. nrz/laravel-module-creator

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

nrz/laravel-module-creator
==========================

a tool for build your laravel modules

063↓33.3%PHP

Since Mar 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/abolfazlnorzad/laravel-module-creator)[ Packagist](https://packagist.org/packages/nrz/laravel-module-creator)[ RSS](/packages/nrz-laravel-module-creator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel package for Create Laravel Modules from a template

Requirements
============

[](#requirements)

Laravel 9 and PHP 8.0

Install
=======

[](#install)

You can install the package via composer:

```
composer require Nrz/laravel-module-creator
```

Usage
=====

[](#usage)

first you must create your module

```
php artisan module:make Roocket/User
```

finally, run this code :

```
composer update

```

beautifully done

Your Module Commands
====================

[](#your-module-commands)

you have different commands to do anything with your module

```
    php artisan
```

you can see these commands for your usage

```
 module
  module:make                   create a new module to develop project
  module:make:controller        Create a new controller class for module
  module:make:graphql-mutation  Create a new Graphql Mutation class for the module
  module:make:graphql-query     Create a new Graphql Query class for the module
  module:make:graphql-type      Create a new Graphql Type class for the module
  module:make:migration         Create a new migration file for the module
  module:make:model             Create a new Eloquent model class for module
  module:make:repo              Create a new repo class for the module
  module:make:seeder            Create a new Seeder class for module
  module:make:rule              Create a new Rule Validation class for module
  module:make:event             Create a new Event class for the module
  module:make:listener            Create a new Listener class for module

```

you can build model for your module like

```
php artisan module:make:model
php artisan module:make:model Roocket/user User
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/867c6a1c60d6af5d83d1c5e6e9569f16188ef9a7e45767d1665f62698cd8a3c1?d=identicon)[abolfazlnorzad](/maintainers/abolfazlnorzad)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/nrz-laravel-module-creator/health.svg)

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

###  Alternatives

[sensiolabs/insight

SymfonyInsight SDK

8117.8k](/packages/sensiolabs-insight)

PHPackages © 2026

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