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)1616.3k—7.9%2[1 PRs](https://github.com/hisman/laravel-make-class/pulls)MITPHP

Since Oct 27Pushed 5y 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 1mo 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

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity34

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

2633d 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

[wp-cli/wp-cli

WP-CLI framework

5.1k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)[codedungeon/php-cli-colors

Liven up you PHP Console Apps with standard colors

10210.1M26](/packages/codedungeon-php-cli-colors)

PHPackages © 2026

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