PHPackages                             wilsn/laravel-stubber - 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. wilsn/laravel-stubber

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

wilsn/laravel-stubber
=====================

Laravel Stub generator

11PHPCI passing

Since Jun 22Pushed 10mo agoCompare

[ Source](https://github.com/abdielwilsn/laravel-stubber)[ Packagist](https://packagist.org/packages/wilsn/laravel-stubber)[ RSS](/packages/wilsn-laravel-stubber/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Stub Generator
======================

[](#laravel-stub-generator)

[![Latest Version on Packagist](https://camo.githubusercontent.com/cf9fcca734808d75abb62cbaa8c7a530234073093c9fc62444514556607c8925/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f77696c736e2f6c61726176656c2d737475626265722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wilsn/laravel-stubber)[![GitHub Tests](https://camo.githubusercontent.com/af8ba96aae852b5149a03216760cc6625c30c84c8f434f13b45ddb511fd9ad8b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f61626469656c77696c736e2f6c61726176656c2d737475626265722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473)](https://github.com/abdielwilsn/laravel-stubber/actions)[![Total Downloads](https://camo.githubusercontent.com/caae15736cfc6236de1e6d1793f3f115e0f1d14af76a9d5a87d23870615c20d2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f77696c736e2f6c61726176656c2d737475626265722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wilsn/laravel-stubber)[![License: MIT](https://camo.githubusercontent.com/18d7e69a932e4e12ba963ca9fa1ed3f16a496a35f1d680795bd6f3f20acc1c2b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f61626469656c77696c736e2f6c61726176656c2d737475626265722e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Laravel](https://camo.githubusercontent.com/6426a963e14f43fa5c2f2b7ac5727eca6b7d8295e49430202720e6568c89c78c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d313025323025374325323031312d7265643f7374796c653d666c61742d737175617265266c6f676f3d6c61726176656c)](https://laravel.com)

**Laravel Stub Generator** provides convenient custom Artisan commands that extend the default Laravel `make:` suite. It's designed to speed up development by generating commonly used files like services, actions, and Vue components from customizable stub templates.

---

✅ Supported Commands
--------------------

[](#-supported-commands)

- `php artisan make:service {Name}`→ Creates a new Service class in the `App\Services` namespace.
- `php artisan make:action {Name}`→ Creates a new Action class in `App\Actions`.
- `php artisan make:vue {Name}`→ Creates a new Vue component in `resources/js/Components`.

---

🚀 Installation
--------------

[](#-installation)

Install laravel-stubber globally on your system by running:

```
composer global require wilsn/laravel-stubber:dev-main
```

---

🛠 Usage
-------

[](#-usage)

```
php artisan make:service User
```

Generates:

```
app/Services/UserService.php

```

---

🙌 Contributing
--------------

[](#-contributing)

You're welcome to contribute by:

- Opening issues (bug reports or ideas)
- Suggesting or submitting new `make:` commands
- Improving stub templates

---

📄 License
---------

[](#-license)

MIT © [Abdiel Wilson](mailto:abdieljohnwilson@gmail.com)

---

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity14

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/cb5a94b97fb7133ee6fd807b48bfaff90b77af985691f9a15bf4b362d2ad6ddb?d=identicon)[abdielwilsn](/maintainers/abdielwilsn)

---

Top Contributors

[![abdielwilsn](https://avatars.githubusercontent.com/u/102998096?v=4)](https://github.com/abdielwilsn "abdielwilsn (9 commits)")

### Embed Badge

![Health badge](/badges/wilsn-laravel-stubber/health.svg)

```
[![Health](https://phpackages.com/badges/wilsn-laravel-stubber/health.svg)](https://phpackages.com/packages/wilsn-laravel-stubber)
```

###  Alternatives

[cyrkulewski/seo-url

Module converts any string to valid URL

121.2k](/packages/cyrkulewski-seo-url)

PHPackages © 2026

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