PHPackages                             isayama3/larave-project-generator - 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. isayama3/larave-project-generator

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

isayama3/larave-project-generator
=================================

v1.0.2(2y ago)030[1 issues](https://github.com/Isayama3/laravel-project-generator/issues)MITPHPPHP ^8.2

Since Jul 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Isayama3/laravel-project-generator)[ Packagist](https://packagist.org/packages/isayama3/larave-project-generator)[ Docs](https://github.com/Ahmedismail00/laravel-project-generator)[ RSS](/packages/isayama3-larave-project-generator/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Laravel App Generator
=====================

[](#laravel-app-generator)

---

About
-----

[](#about)

#### Develop faster and cleaner.

[](#develop-faster-and-cleaner)

This package is responsible for generating laravel essential files for starting your application.

You dont need to make make command for each file like contoller, model, ....etc.

It's only one command and you are ready to start your application.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require isayama3/larave-project-generator
```

Usage
-----

[](#usage)

### Init module data

[](#init-module-data)

- After installing the package. There is a generated folder called `data` in our base bath directory with an example file for a module.
- The files in `data` directory are used to generate module files.
- You need to add your own data in each file you gonna init.

#### example file for an admin module

[](#example-file-for-an-admin-module)

```
    return [
        "name" => "admin",
        "request_type" => "api",
        "fields" => [
            [
                "name"=>"age",
                "type"=>"integer",
                "options"=>[
                    "nullable",
                ],
                "validation"=>[
                    "required",
                ]
            ],
            [
                "name"=>"phone",
                "type"=>"string",
                "options"=>[
                    "default",
                    "nullable",
                ],
                "validation"=>[
                    "required",
                    "max:255",
                ]
            ],
            [
                "name"=>"password",
                "type"=>"string",
                "options"=>[
                    "nullable",
                ],
                "validation"=>[
                    "required",
                    "max:255",
                    "password"
                ]
            ]
        ],
        "relations" => [
            [
                "relation_name"=>"orders",
                "relation_type"=>"hasMany",
                "relation_model"=>"order",
            ],
            [
                "relation_name"=>"emails",
                "relation_type"=>"hasMany",
                "relation_model"=>"email",
            ],
        ],
    ];
```

### Generate module files

[](#generate-module-files)

- Now you need to run this command to start creating your modules files.
- The command will also create the module files in `app/Http/Controllers` and `app/Models` and `database/migrations` and `app/Http/Resources` and `routes/api.php` or `routes/web.php` based on `request_type`.

```
php artisan generator:modules
```

Changelog
---------

[](#changelog)

Please see the [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Ahmedismail00](https://github.com/Ahmedismail00)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Every ~46 days

Total

3

Last Release

929d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelmvcauto-generatelaravel-generategenerate-laravel-projectgenerate-controllergenerate-modulegenerate-resourceauto-build

### Embed Badge

![Health badge](/badges/isayama3-larave-project-generator/health.svg)

```
[![Health](https://phpackages.com/badges/isayama3-larave-project-generator/health.svg)](https://phpackages.com/packages/isayama3-larave-project-generator)
```

###  Alternatives

[highideas/laravel-users-online

This package will provide an online users management.

203113.2k1](/packages/highideas-laravel-users-online)[stephenjude/filament-blog

Filament Blog Builder

20317.8k](/packages/stephenjude-filament-blog)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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