PHPackages                             wawan/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. wawan/laravel-make-class

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

wawan/laravel-make-class
========================

Artisan command for generating a new custom class in Laravel.

011PHP

Since Jul 8Pushed 2y agoCompare

[ Source](https://github.com/wawanrandianto1/laravel-make-class)[ Packagist](https://packagist.org/packages/wawan/laravel-make-class)[ RSS](/packages/wawan-laravel-make-class/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)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 wawan/laravel-make-class:dev-master

```

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

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

    Wawan\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

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

```

php artisan make:interface InterfaceName

```

```

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[soukicz/zbozicz

Zboží.cz conversion tracking

191.3M1](/packages/soukicz-zbozicz)[pecl/uuid

UUID extension

467.3k](/packages/pecl-uuid)

PHPackages © 2026

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