PHPackages                             kamrul-haque/action-crud-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. kamrul-haque/action-crud-helper

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

kamrul-haque/action-crud-helper
===============================

Generate everything needed for a CRUD operation in Laravel with or without Action classes executing just one command. Also generates frontend scaffolding for blade or vue inertia stack.

v4.0.0(1mo ago)0117MITPHPPHP &gt;=8.2

Since Mar 2Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/Kamrul-Haque/action-crud-helper)[ Packagist](https://packagist.org/packages/kamrul-haque/action-crud-helper)[ RSS](/packages/kamrul-haque-action-crud-helper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (11)Used By (0)

action-crud-helper
==================

[](#action-crud-helper)

Generate everything needed for a CRUD operation in Laravel with or without Action classes executing just one command. Also generates frontend scaffolding for blade or vue inertia stack.

Installation
------------

[](#installation)

- Install the package via [composer](https://getcomposer.org/):

```
composer require kamrul-haque/action-crud-helper --dev

```

- Publish stubs for files generated:

```
php artisan vendor:publish --tag="action-crud-helper-stubs"

```

Usage
-----

[](#usage)

- To generate `CRUD` helpers:

```
php artisan make:crud ModelName --stack --all

```

*supported stacks are api, blade or inertia (inertia vue). --all option will generate everything required for a CRUD operation along with Action classes. Alternatively, run the command without stack &amp; all options to select files to generate interactively.*

- To generate only `Action` class:

```
php artisan make:action ActionName

```

- To generate only `DTO` class:

```
php artisan make:dto DtoName

```

- To customize the `files` generated, customize the stubs files located in `stubs` folder:
- To publish the tests:

```
php artisan vendor:publish --tag="action-crud-helper-tests"

```

*Note: the tests for the package only support PestPHP currently.*

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance90

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Recently: every ~87 days

Total

10

Last Release

49d ago

Major Versions

v1.1.0 → v2.0.02025-05-12

v2.0.0 → v3.0.02025-11-13

v3.0.1 → v4.0.02026-03-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/7cc3b68d9f7568893b90c5f63f333fdd80b7d68779a6cb08d73a8a74710ef749?d=identicon)[Kamrul-Haque](/maintainers/Kamrul-Haque)

---

Top Contributors

[![Kamrul-Haque](https://avatars.githubusercontent.com/u/72596604?v=4)](https://github.com/Kamrul-Haque "Kamrul-Haque (25 commits)")

### Embed Badge

![Health badge](/badges/kamrul-haque-action-crud-helper/health.svg)

```
[![Health](https://phpackages.com/badges/kamrul-haque-action-crud-helper/health.svg)](https://phpackages.com/packages/kamrul-haque-action-crud-helper)
```

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)[mrmarchone/laravel-auto-crud

Laravel Auto CRUD helps you streamline development and save time.

28711.8k2](/packages/mrmarchone-laravel-auto-crud)[intrfce/laravel-frontend-enums

Stop using 'magic' strings/numbers in your frontend Javascript and use your actual application enums instead.

2320.6k](/packages/intrfce-laravel-frontend-enums)

PHPackages © 2026

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