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 1w 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 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

1279d 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

[composer/composer

Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.

29.5k199.6M3.4k](/packages/composer-composer)[friendsofphp/php-cs-fixer

A tool to automatically fix PHP code style

13.5k257.0M28.0k](/packages/friendsofphp-php-cs-fixer)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103574.3k69](/packages/friendsoftypo3-content-blocks)[api-platform/openapi

Models to build and serialize an OpenAPI specification.

425.3M110](/packages/api-platform-openapi)[phpactor/phpactor

PHP refactoring and intellisense tool for text editors

1.9k17.9k1](/packages/phpactor-phpactor)[eliashaeussler/typo3-solver

Solver - Extends TYPO3's exception handling with AI generated solutions. Problems can also be solved from command line. Several OpenAI parameters are configurable and prompts and solution providers can be customized as desired.

302.1k](/packages/eliashaeussler-typo3-solver)

PHPackages © 2026

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