PHPackages                             kaysr/crud-maker - 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. kaysr/crud-maker

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

kaysr/crud-maker
================

This package created CRUD prototype to save time

1.0.0(1y ago)131MITPHP

Since Aug 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/GabrielNah/crud-maker)[ Packagist](https://packagist.org/packages/kaysr/crud-maker)[ RSS](/packages/kaysr-crud-maker/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Laravel CRUD Generator
======================

[](#laravel-crud-generator)

A simple, customizable CRUD generator for Laravel projects.

Features
--------

[](#features)

- Generates basic CRUD structure with a single command
- Creates Model, Migration, Controller, Service class, and Request classes
- Supports multiple response types: View, JSON, or Inertia
- Streamlines the process of setting up new CRUD operations in Laravel

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

[](#installation)

You can install the package via composer:

```
composer require kaysr/crud-maker
```

Usage
-----

[](#usage)

To generate a new CRUD structure, use the following command:

```
php artisan make:crud {ModelName}
```

The command will prompt you to choose the type of response you want to return (View, JSON, or Inertia).

Generated Files
---------------

[](#generated-files)

For each CRUD operation, this package generates the following files:

1. Model
2. Migration
3. Controller
4. Service class
5. Two Request classes:
    - One for the store method
    - One for the update method

Customization
-------------

[](#customization)

The generated files provide a basic structure and need to be filled with your specific data and logic. This allows for maximum flexibility while still saving time on initial setup.

License
-------

[](#license)

MIT

About
-----

[](#about)

This package was created for personal use to streamline CRUD creation in Laravel projects. So I hope that others might find it useful.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

639d ago

### Community

Maintainers

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

---

Top Contributors

[![GabrielNah](https://avatars.githubusercontent.com/u/107122754?v=4)](https://github.com/GabrielNah "GabrielNah (7 commits)")

### Embed Badge

![Health badge](/badges/kaysr-crud-maker/health.svg)

```
[![Health](https://phpackages.com/badges/kaysr-crud-maker/health.svg)](https://phpackages.com/packages/kaysr-crud-maker)
```

###  Alternatives

[guava/filament-icon-picker

A filament plugin that adds an icon picker field.

161531.9k25](/packages/guava-filament-icon-picker)

PHPackages © 2026

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