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(4y 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 today

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 43% 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

1779d 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/ui

Laravel UI utilities and presets.

2.7k134.9M595](/packages/laravel-ui)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[takielias/tablar-kit

The Elegance of Tablar Dashboard

413.4k](/packages/takielias-tablar-kit)[takielias/tablar-crud-generator

Laravel Tablar Crud Generator based on https://github.com/takielias/tablar

315.6k](/packages/takielias-tablar-crud-generator)

PHPackages © 2026

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