PHPackages                             leinbg/make-package - 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. leinbg/make-package

ActiveLibrary[CLI &amp; Console](/categories/cli)

leinbg/make-package
===================

artisan command make package with basic scaffolding

0.1.2(9y ago)1121MITPHP

Since May 11Pushed 9y ago2 watchersCompare

[ Source](https://github.com/leinbg/make-package)[ Packagist](https://packagist.org/packages/leinbg/make-package)[ RSS](/packages/leinbg-make-package/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Make Package Command
====================

[](#make-package-command)

create laravel package scaffolder

how to use
----------

[](#how-to-use)

- add command service provider to app config

```
Leinbg\Command\MakePackage\Providers\ConsoleServiceProvider::class,

```

- create package

```
php artisan make:package vendor package

```

- add autoload in composer.json

```
"Vendor\\Package\\": "packages/vendor/package/src"
composer dumpautoload

```

- register service provider in app config

```
Vendor\Package\Providers\PackageServiceProvider::class,

```

- migrate | publish if neccessery

todos
-----

[](#todos)

- vendor and package camelcase
- add more options
    - --default
    - --resource
    - --web
    - --cli

default package structure
-------------------------

[](#default-package-structure)

- database
    - migrations
- resources
    - views
- routes
- src
    - Http
        - Controllers
        - Requests
    - Models
    - Providers
- composer.json

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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

3

Last Release

3338d ago

### Community

Maintainers

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

---

Tags

artisancommandlaravel

### Embed Badge

![Health badge](/badges/leinbg-make-package/health.svg)

```
[![Health](https://phpackages.com/badges/leinbg-make-package/health.svg)](https://phpackages.com/packages/leinbg-make-package)
```

###  Alternatives

[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M183](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M138](/packages/laravel-mcp)[illuminate/queue

The Illuminate Queue package.

21332.6M1.5k](/packages/illuminate-queue)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

724160.4k14](/packages/tallstackui-tallstackui)

PHPackages © 2026

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