PHPackages                             hisman/laravel-make-class - 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. [CLI &amp; Console](/categories/cli)
4. /
5. hisman/laravel-make-class

ActiveLibrary[CLI &amp; Console](/categories/cli)

hisman/laravel-make-class
=========================

Artisan command for generating a new custom class in Laravel.

1.0.1(7y ago)1617.8k↓34.6%2[1 PRs](https://github.com/hisman/laravel-make-class/pulls)MITPHP

Since Oct 27Pushed 6y ago1 watchersCompare

[ Source](https://github.com/hisman/laravel-make-class)[ Packagist](https://packagist.org/packages/hisman/laravel-make-class)[ RSS](/packages/hisman-laravel-make-class/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

Laravel make:class
==================

[](#laravel-makeclass)

Artisan command for generating a new custom class in Laravel.

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

[](#installation)

Install the package via composer:

```
composer require --dev hisman/laravel-make-class

```

If you're using Laravel &lt; 5.5, you'll need to add the service provider to `config/app.php` file:

```
'providers' => [
    ...

    Hisman\MakeClass\MakeClassServiceProvider::class,

    ...
]
```

Usage
-----

[](#usage)

To create a new class, call the `make:class` command from Artisan. Class will be created under the `app` folder.

```
php artisan make:class ClassName

```

You can add the `-c` or `--constructor` option to generate new class with constructor.

```
php artisan make:class ClassName -c

```

```
php artisan make:class ClassName --constructor

```

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

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

Total

2

Last Release

2679d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1266907?v=4)[Hisman](/maintainers/hisman)[@hisman](https://github.com/hisman)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hisman-laravel-make-class/health.svg)

```
[![Health](https://phpackages.com/badges/hisman-laravel-make-class/health.svg)](https://phpackages.com/packages/hisman-laravel-make-class)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.0M6.5k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71470.5k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20720.9k21](/packages/winbox-args)[tomatophp/filament-artisan

Simple but yet powerful library for running some artisan commands for FilamentPHP

3275.4k1](/packages/tomatophp-filament-artisan)

PHPackages © 2026

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