PHPackages                             naowas/crud-generator - 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. [Framework](/categories/framework)
4. /
5. naowas/crud-generator

ActiveLibrary[Framework](/categories/framework)

naowas/crud-generator
=====================

Simple Laravel Crud Generator

v1.0.0-alpha(2y ago)11MITPHPPHP ^8.0

Since Sep 9Pushed 2y ago1 watchersCompare

[ Source](https://github.com/naowas/crud-generator)[ Packagist](https://packagist.org/packages/naowas/crud-generator)[ RSS](/packages/naowas-crud-generator/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

laravel-crud-generator
======================

[](#laravel-crud-generator)

A simple Laravel package for generating CRUD for your Laravel Applications. This package provides a convenient way to generate the boilerplate code necessary for complete CRUD functionality.

Requirements
------------

[](#requirements)

```
Laravel >= 9.0
PHP >= 8.0

```

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

[](#installation)

Require this package in your Laravel project using composer:

```
composer require naowas/crud-generator

```

Once installed, publish the stubs/views using `php artisan vendor:publish` artisan command:

```
php artisan vendor:publish --provider="Naowas\CrudGenerator\CrudGeneratorServiceProvider"

```

Usage
-----

[](#usage)

This package offers a single Artisan command to generate CRUD components for a specific model:

```
php artisan generate:crud YourModelName

```

The command will generate:

1. Model
2. Controller
3. FromRequest
4. Migration
5. View (index,create,update,show)

**\_Please note that you'll need to customize the migration file to define the database columns according to your specific business requirements.**\_

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

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

1030d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/107a3d814e216961097eaf38b248a257b46bca5f352cfd835f7ab899da28acb1?d=identicon)[naowas](/maintainers/naowas)

### Embed Badge

![Health badge](/badges/naowas-crud-generator/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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