PHPackages                             tadasei/backend-crud-stubs - 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. tadasei/backend-crud-stubs

ActiveLibrary[Admin Panels](/categories/admin)

tadasei/backend-crud-stubs
==========================

A package that provides stubs for crud backend using inertia, blade and api stacks

v2.12.0(4mo ago)1176MITPHPPHP ^8.2.0

Since Aug 28Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/Tadasei/backend-crud-stubs)[ Packagist](https://packagist.org/packages/tadasei/backend-crud-stubs)[ RSS](/packages/tadasei-backend-crud-stubs/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (33)Used By (0)

Tadasei/backend-crud-stubs
==========================

[](#tadaseibackend-crud-stubs)

This package provides stubs for generating CRUD backends using different technology stacks in a Laravel application. It aims to simplify and streamline the process of creating common CRUD (Create, Read, Update, Delete) operations by providing pre-defined structures.

Features
--------

[](#features)

- Quickly generate CRUD backends for different stacks.
- Customize and extend generated code to fit your project's needs.
- Improve development efficiency by eliminating repetitive tasks.

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

[](#installation)

You can install the package via Composer by running:

```
composer require tadasei/backend-crud-stubs --dev
```

Usage
-----

[](#usage)

### Generating CRUD Backend

[](#generating-crud-backend)

To generate a CRUD backend for a specific stack, use the following command:

```
php artisan crud:generate {name} --stack={stack}
```

Replace `{stack}` with the desired stack (e.g., `vue`, `blade`, `api`) and `{name}` with the name of the CRUD resource.

### Customization

[](#customization)

The generated code serves as a starting point. You can customize and extend it according to your project's requirements. Modify the generated controllers, routes, requests and policies as needed.

Available Stacks
----------------

[](#available-stacks)

- `vue`: Generates CRUD backend with Inertia stack.
- `blade`: Generates CRUD backend with Blade stack.
- `api`: Generates CRUD backend with API stack.

Examples
--------

[](#examples)

### Generating an Inertia CRUD Backend

[](#generating-an-inertia-crud-backend)

To generate a CRUD backend for Inertia, run:

```
php artisan crud:generate Post --stack=vue
```

This will generate the necessary files for managing `Post` resources using Inertia.

Contributing
------------

[](#contributing)

Contributions are welcome! If you have suggestions, bug reports, or feature requests, please open an issue on the GitHub repository.

License
-------

[](#license)

This package is open-source software licensed under the [MIT license](LICENSE).

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance74

Regular maintenance activity

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

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

Recently: every ~34 days

Total

32

Last Release

140d ago

Major Versions

v1.2.5 → v2.0.02024-05-11

PHP version history (2 changes)v1.0.0PHP ^8.1.0

v2.0.0PHP ^8.2.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f56b423b676a1de482a2c09129ce3bfd92a62fdad2dedbed6d9837c3fe7f81d?d=identicon)[Tadasei](/maintainers/Tadasei)

---

Top Contributors

[![Tadasei](https://avatars.githubusercontent.com/u/93480860?v=4)](https://github.com/Tadasei "Tadasei (79 commits)")

---

Tags

laravelstubscrudbackend

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/tadasei-backend-crud-stubs/health.svg)

```
[![Health](https://phpackages.com/badges/tadasei-backend-crud-stubs/health.svg)](https://phpackages.com/packages/tadasei-backend-crud-stubs)
```

###  Alternatives

[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[laravel/breeze

Minimal Laravel authentication scaffolding with Blade and Tailwind.

3.0k31.3M148](/packages/laravel-breeze)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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