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.1.0(1w ago)0386MITPHPPHP &gt;=8.2

Since Mar 2Pushed 3mo 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 today

READMEChangelog (10)Dependencies (6)Versions (12)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

45

—

FairBetter than 91% of packages

Maintenance89

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Recently: every ~102 days

Total

11

Last Release

7d 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://avatars.githubusercontent.com/u/72596604?v=4)[Md. Kamrul Haque](/maintainers/Kamrul-Haque)[@Kamrul-Haque](https://github.com/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

[laravel/octane

Supercharge your Laravel application's performance.

4.0k26.6M223](/packages/laravel-octane)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M989](/packages/statamic-cms)[typicms/base

A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.

1.6k20.4k](/packages/typicms-base)[code16/sharp

Laravel Content Management Framework

79164.7k8](/packages/code16-sharp)[intrfce/laravel-frontend-enums

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

2327.7k](/packages/intrfce-laravel-frontend-enums)[aerni/livewire-forms

A Statamic forms framework powered by Laravel Livewire

2915.1k](/packages/aerni-livewire-forms)

PHPackages © 2026

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