PHPackages                             pragnesh/laravel-package-helper - 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. pragnesh/laravel-package-helper

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

pragnesh/laravel-package-helper
===============================

Provide a list of commands to create the laravel package, similar to artisan commands.

v1.0.2(3y ago)214MITPHPPHP &gt;=8.0

Since Sep 22Pushed 3y ago1 watchersCompare

[ Source](https://github.com/pragnesh87/laravel-package-helper)[ Packagist](https://packagist.org/packages/pragnesh/laravel-package-helper)[ RSS](/packages/pragnesh-laravel-package-helper/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (12)Used By (0)

laravel-package-helper
======================

[](#laravel-package-helper)

Provide a list of commands to create the laravel package, similar to artisan commands.

Install
-------

[](#install)

```
composer require pragnesh/laravel-package-helper --dev
```

Available Commands
------------------

[](#available-commands)

---

List all Commands:

```
./vendor/bin/larapack
```

Install Config:

```
./vendor/bin/larapack config:install
```

Description: will create config/larapack.php file update `package-namespace` variable as per your package namespace

Provider
--------

[](#provider)

```
./vendor/bin/larapack make:provider NAME
```

```
Arguments:
  name                  The name of the provider class

```

Model
-----

[](#model)

```
./vendor/bin/larapack make:model NAME
```

```
Arguments:
  name                  The name of the model class

Options:
  -a, --all             Generate a migration, seeder, factory, policy, resource controller, and form request classes for the model
  -c, --controller      Create a new controller for the model
  -f, --factory         Create a new factory for the model
  -m, --migration       Create a new migration file for the model
      --morph-pivot     Indicates if the generated model should be a custom polymorphic intermediate table model
      --policy          Create a new policy for the model
  -s, --seed            Create a new seeder for the model
  -p, --pivot           Indicates if the generated model should be a custom intermediate table model
  -r, --resource        Indicates if the generated controller should be a resource controller
      --api             Indicates if the generated controller should be an API resource controller
  -R, --requests        Create new form request classes and use them in the resource controller

```

Controller
----------

[](#controller)

```
./vendor/bin/larapack make:controller NAME
```

```
Arguments:
  name                  The name of the controller class

Options:
      --api             Exclude the create and edit methods from the controller.
  -i, --invokable       Generate a single method, invokable controller class.
  -m, --model[=MODEL]   Generate a resource controller for the given model.
  -r, --resource        Generate a resource controller class.
  -R, --requests        Generate FormRequest classes for store and update.

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Recently: every ~35 days

Total

11

Last Release

1181d ago

Major Versions

v0.0.9 → v1.02022-11-14

### Community

Maintainers

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

---

Top Contributors

[![pragnesh87](https://avatars.githubusercontent.com/u/1000852?v=4)](https://github.com/pragnesh87 "pragnesh87 (27 commits)")

---

Tags

laravelhelperpackagelaravel-packagepackage-developmentpackage-helper

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pragnesh-laravel-package-helper/health.svg)

```
[![Health](https://phpackages.com/badges/pragnesh-laravel-package-helper/health.svg)](https://phpackages.com/packages/pragnesh-laravel-package-helper)
```

###  Alternatives

[algoyounes/laravel-package-skeleton

Laravel Package Skeleton for streamlined package development

271.3k](/packages/algoyounes-laravel-package-skeleton)

PHPackages © 2026

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