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

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

hesammousavi/laravel-module-creator
===================================

a tool for build your laravel modules

v1.7.0(11mo ago)262225MITPHP

Since Apr 9Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/Hesammousavi/laravel-module-creator)[ Packagist](https://packagist.org/packages/hesammousavi/laravel-module-creator)[ Docs](https://github.com/Hesammousavi/laravel-module-creator)[ RSS](/packages/hesammousavi-laravel-module-creator/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (15)Used By (0)

Laravel package for Create Laravel Modules from a template

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

[](#requirements)

Laravel 9 or later PHP 8.0 or later

Install
=======

[](#install)

You can install the package via composer:

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

Usage
=====

[](#usage)

first you must create your module

```
php artisan m: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
  m:make                   create a new module to develop project
  m:make:controller        Create a new controller class
  m:make:request           Create a new request class
  m:make:resource          Create a new resource class
  m:make:graphql-mutation  Create a new Graphql Mutation class
  m:make:graphql-query     Create a new Graphql Query class
  m:make:graphql-type      Create a new Graphql Type class
  m:make:migration         Create a new migration file
  m:make:model             Create a new Eloquent model class
  m:make:repo              Create a new repo class
  m:make:seeder            Create a new Seeder class
  m:make:rule              Create a new Rule Validation class
  m:make:event             Create a new Event class
  m:make:listener          Create a new Listener class

```

you can build model for your module like

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

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance51

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

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

Every ~88 days

Total

14

Last Release

346d ago

### Community

Maintainers

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

---

Top Contributors

[![Hesammousavi](https://avatars.githubusercontent.com/u/16537600?v=4)](https://github.com/Hesammousavi "Hesammousavi (20 commits)")[![devestp](https://avatars.githubusercontent.com/u/101463621?v=4)](https://github.com/devestp "devestp (1 commits)")

---

Tags

laravellaravel-moduleModule Creator

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)[xefi/faker-php-laravel

Faker php integration with laravel

1915.1k](/packages/xefi-faker-php-laravel)[dcblogdev/laravel-junie

Install pre-configured guides for Jetbrains Junie

392.5k](/packages/dcblogdev-laravel-junie)

PHPackages © 2026

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