PHPackages                             tediscript/breeze-crud - 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. [Admin Panels](/categories/admin)
4. /
5. tediscript/breeze-crud

ActiveLibrary[Admin Panels](/categories/admin)

tediscript/breeze-crud
======================

Generate CRUD based on Laravel Breeze starter kit

v1.0.1(5y ago)110MITPHPPHP ^7.3|^8.0

Since Jun 14Pushed 4y ago1 watchersCompare

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

READMEChangelog (5)Dependencies (3)Versions (7)Used By (0)

Breeze CRUD
===========

[](#breeze-crud)

Generate CRUD based on Laravel Breeze starter kit. It will generate Model, resource Controller and Views. It also register resource controller to `routes/web.php`. There are 2 attributes as a sample (title and description). Oh you have to generate migration manually for it.

Installation via composer
-------------------------

[](#installation-via-composer)

Run command:

```
composer require --dev tediscript/breeze-crud

```

Or add this script to your `composer.json` and run `composer update`

```
    "require-dev": {
        "tediscript/breeze-crud": "^0.1.0"
    }

```

Usage
-----

[](#usage)

Just like you create model via php artisan.

### Create CRUD

[](#create-crud)

```
php artisan breeze:crud ModelName

```

Given ModelName is `School` then it will generate:

- `App/Http/Controllers/SchoolController.php`
- `app/Models/School.php`
- `resources/views/schools/create.blade.php`
- `resources/views/schools/edit.blade.php`
- `resources/views/schools/index.blade.php`
- `resources/views/schools/show.blade.php`

and add resource controller to `routes/web.php`

### Delete CRUD

[](#delete-crud)

```
php artisan breeze:crud ModelName -d

```

Above command will delete all file generated before.

Thats it.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Total

5

Last Release

1833d ago

Major Versions

v0.1.2 → v1.0.02021-06-25

### Community

Maintainers

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

---

Top Contributors

[![tediscript](https://avatars.githubusercontent.com/u/359976?v=4)](https://github.com/tediscript "tediscript (25 commits)")

---

Tags

laravelcrud

### Embed Badge

![Health badge](/badges/tediscript-breeze-crud/health.svg)

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

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M188](/packages/laravel-ai)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M129](/packages/roots-acorn)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M145](/packages/laravel-mcp)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8793.2M25](/packages/yajra-laravel-oci8)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)

PHPackages © 2026

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