PHPackages                             laracrate/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. laracrate/generator

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

laracrate/generator
===================

Artisan command for generating a new custom interface, abstract, normal class in Laravel.

v1.0.4(2y ago)225MITPHP

Since Mar 6Pushed 2y ago1 watchersCompare

[ Source](https://github.com/sndrjhlncgr/laraclass)[ Packagist](https://packagist.org/packages/laracrate/generator)[ RSS](/packages/laracrate-generator/feed)WikiDiscussions main Synced yesterday

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

Laravel Class Generator
=======================

[](#laravel-class-generator)

Artisan command for generating a new custom interface, abstract, normal class in Laravel.

 [![GitHub issues](https://camo.githubusercontent.com/7bbf25cb673b6f57d8b9810226f967d3f264c77588caf0f09f3fffea8e4fffe3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f736e64726a686c6e6367722f6c617261636c617373)](https://github.com/sndrjhlncgr/laraclass/issues) [![GitHub forks](https://camo.githubusercontent.com/c4699d26d5fd159f3c4f5696a767793071da68abae0791be8eaddd82b39777fe/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f736e64726a686c6e6367722f6c617261636c617373)](https://github.com/sndrjhlncgr/laraclass/network) [![GitHub stars](https://camo.githubusercontent.com/1896ed76f8bbc3b857a922a3d61c0073b4c4e74681093455ee9dca349c888756/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f736e64726a686c6e6367722f6c617261636c617373)](https://github.com/sndrjhlncgr/laraclass/stargazers) [![GitHub license](https://camo.githubusercontent.com/dccca89721a029edcce265fb1b17de3edbf7d09e851d51780234ef48594d4507/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f736e64726a686c6e6367722f6c617261636c617373)](https://github.com/sndrjhlncgr/laraclass/blob/master/LICENSE)

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

[](#installation)

Install the package via composer:

```
composer require --dev laracrate/generator

```

Usage
-----

[](#usage)

Use `php artisan make:class` command to make a class. add `-f` if you want to force create the class.

To create a new class,

```
php artisan make:class YourClass
// OR WITH CONSTRUCTOR
php artisan make:class YourClass -c
php artisan make:class YourClass --constructor
```

To create a new abstract class

```
php artisan make:class YourClass --a
// OR
php artisan make:class YourClass --abstract
```

To create a new interface

```
php artisan make:class YourClass --i
// OR
php artisan make:class YourClass --interface
```

To create a new enum

```
php artisan make:class YourClass --e
// OR
php artisan make:class YourClass --enum
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Total

4

Last Release

849d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/824a950ea3cd10cdbcba24005b3c6b730b738fcff8973e32143d7eb1719858eb?d=identicon)[sndrjhlncgr](/maintainers/sndrjhlncgr)

---

Top Contributors

[![sndrjhlncgr](https://avatars.githubusercontent.com/u/51398549?v=4)](https://github.com/sndrjhlncgr "sndrjhlncgr (19 commits)")

### Embed Badge

![Health badge](/badges/laracrate-generator/health.svg)

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

###  Alternatives

[spatie/calendar-links

Generate add to calendar links for Google, iCal and other calendar systems

1.0k7.7M10](/packages/spatie-calendar-links)[dillingham/nova-id-link

Links the ID field in Nova

23126.1k](/packages/dillingham-nova-id-link)[opengento/module-saleable

This extension allows to set if a product is saleable and can show its price by scope and customer group.

137.2k](/packages/opengento-module-saleable)

PHPackages © 2026

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