PHPackages                             mont4/laravelmaker - 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. mont4/laravelmaker

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

mont4/laravelmaker
==================

php artisan make:all for Laravel with Make and generate Laravel 'Controller, Request, Model, Factory, Seed, Migration, Translation, Policy &amp; Permissions' compatible.

v4.2.4(6y ago)0136licensePHP

Since Sep 6Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Mont4/LaravelMaker)[ Packagist](https://packagist.org/packages/mont4/laravelmaker)[ Docs](https://github.com/Mont4/LaravelMaker)[ RSS](/packages/mont4-laravelmaker/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (5)Versions (35)Used By (0)

LaravelMaker
============

[](#laravelmaker)

[![stable](https://camo.githubusercontent.com/64c9d5072fc9236df7256989ee84b4635ecbf9565f840134e118e3f2f431ddf9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6f6e74342f6c61726176656c6d616b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mont4/laravelmaker)[![Total Downloads](https://camo.githubusercontent.com/fdc26d6a03f86eb5a1da8b865a300193f774c8f90362263f0b362a29af742cfe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6f6e74342f6c61726176656c6d616b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mont4/laravelmaker)[![Build Status](https://camo.githubusercontent.com/fce628f749c505e2433b85d23fbd8b49ebb0e2a5377bc8754610de15697320a8/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6d6f6e74342f6c61726176656c6d616b65722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/mont4/laravelmaker)[![StyleCI](https://camo.githubusercontent.com/7220e927c9eb9dc9ded3c6b23508d9d7aff9c24464b2c15dbd2950c1fb0839be/68747470733a2f2f7374796c6563692e696f2f7265706f732f3134363030363132362f736869656c64)](https://github.styleci.io/repos/146006126)

Make and generate Laravel "Controller, Request, Model, Factory, Seed, Migration, Translation, Policy &amp; Permissions" compatible.

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

[](#installation)

Via Composer

```
$ composer require mont4/laravelmaker
$ php artisan vendor:publish --provider="Mont4\LaravelMaker\LaravelMakerServiceProvider"
```

Usage
-----

[](#usage)

```
$ php artisan make:all
$ php artisan permission:sync
$ php artisan make:method
```

Add to boot() method in App\\Providers\\AuthServiceProvider

```
Gate::guessPolicyNamesUsing(function ($modelClass) {
    $path = str_replace("\\Models\\", "\\Policies\\", $modelClass) . 'Policy';

    return $path;
});
```

Change log
----------

[](#change-log)

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

Testing
-------

[](#testing)

```
$ composer test
```

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

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Security
--------

[](#security)

If you discover any security related issues, please email author email instead of using the issue tracker.

Credits
-------

[](#credits)

- [Mohammad Montazeri](https://github.com/Mont4)
- [Mahdi Yousefi](https://github.com/MahdiY)
- [Contributors](../../contributors%5D)

License
-------

[](#license)

This plugin is open-sourced package licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity73

Established project with proven stability

 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 ~18 days

Recently: every ~30 days

Total

34

Last Release

2210d ago

Major Versions

v1.0.12 → v2.0.02019-02-09

v2.0.0 → v3.0.02019-05-10

v3.2.0 → v4.0.12019-10-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/2e71c0da32904694431da120e4b3d60f7ccd6ff4e6b2fce27440c5a57897b571?d=identicon)[Mont4](/maintainers/Mont4)

---

Top Contributors

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

---

Tags

laravelLaravelMaker

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mont4-laravelmaker/health.svg)

```
[![Health](https://phpackages.com/badges/mont4-laravelmaker/health.svg)](https://phpackages.com/packages/mont4-laravelmaker)
```

###  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)[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)
