PHPackages                             kyslik/artisan-stubs - 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. kyslik/artisan-stubs

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

kyslik/artisan-stubs
====================

Override default artisan make stubs

2.0.0(9y ago)95703[1 issues](https://github.com/Kyslik/artisan-stubs/issues)MITPHPPHP &gt;=5.6.4

Since Sep 4Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Kyslik/artisan-stubs)[ Packagist](https://packagist.org/packages/kyslik/artisan-stubs)[ RSS](/packages/kyslik-artisan-stubs/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)Dependencies (1)Versions (5)Used By (0)

Overrider of Artisan make:whatever stubs
========================================

[](#overrider-of-artisan-makewhatever-stubs)

[![Latest Version](https://camo.githubusercontent.com/27c649b3aac30ef1061bc1efd3126d988a6a49c5f84c6fdab28d3a9027c47b30/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f4b79736c696b2f6172746973616e2d73747562732e7376673f7374796c653d666c61742d737175617265)](https://github.com/Kyslik/artisan-stubs/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/55def82f87d115e3e34b1cf7c852c1e9ab58b08a5462f686bf2b94e14de242b6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f4b79736c696b2f6172746973616e2d73747562732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Kyslik/artisan-stubs)

Override default artisan make stubs

Setup
=====

[](#setup)

Composer
--------

[](#composer)

Pull this package in through Composer (development/latest version `dev-master`).

```
composer require kyslik/artisan-stubs

```

or

Add to `composer.json` following (for Laravel 5.4):

```
{
    "require": {
        "kyslik/artisan-stubs": "2.*"
    }
}

```

```
$ composer update

```

Add the package to your application service providers in `config/app.php`

```
'providers' => [

    App\Providers\RouteServiceProvider::class,

    /*
     * Third Party Service Providers...
     */
    Kyslik\ArtisanStubs\ArtisanStubsServiceProvider::class,
],

```

Publish stubs
-------------

[](#publish-stubs)

```
$ php artisan vendor:publish --provider="Kyslik\ArtisanStubs\ArtisanStubsServiceProvider" --tag="stubs"

```

Tip

> add `.gitignore` to your `/resources` folder
>
> ```
> $ echo "/stubs" >  ./resources/.gitignore
>
> ```

Usage
=====

[](#usage)

Simply edit `resources/stubs/*.stub` you like and enjoy artisan commands as usual.

### Idea from

[](#idea-from)

[Q&amp;A](http://stackoverflow.com/q/21810251/1564365)

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 89.3% 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 ~89 days

Total

3

Last Release

3406d ago

Major Versions

1.0.1 → 2.0.02017-03-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b63acc4b2eb738f8bf1acfb968e633ca9e001f9d45328e601189eab4a247f3a?d=identicon)[Kyslik](/maintainers/Kyslik)

---

Top Contributors

[![Kyslik](https://avatars.githubusercontent.com/u/2067589?v=4)](https://github.com/Kyslik "Kyslik (25 commits)")[![miklcct](https://avatars.githubusercontent.com/u/2827264?v=4)](https://github.com/miklcct "miklcct (3 commits)")

---

Tags

artisancomposerlaravel-5-packagephpstublaravelstubsstubartisancommandmake

### Embed Badge

![Health badge](/badges/kyslik-artisan-stubs/health.svg)

```
[![Health](https://phpackages.com/badges/kyslik-artisan-stubs/health.svg)](https://phpackages.com/packages/kyslik-artisan-stubs)
```

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17818.7k](/packages/markwalet-nova-modal-response)[msztorc/laravel-env

Laravel env helper commands

7856.7k](/packages/msztorc-laravel-env)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.2k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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