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 1mo 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

981d 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/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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