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.1(2mo ago)1186MITPHPPHP ^8.2.0

Since Aug 28Pushed 2mo 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 2d ago

READMEChangelog (10)Dependencies (12)Versions (34)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

47

—

FairBetter than 93% of packages

Maintenance87

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

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

Recently: every ~66 days

Total

33

Last Release

62d 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 (80 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/ai

The official AI SDK for Laravel.

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

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[propaganistas/laravel-disposable-email

Disposable email validator

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

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React/Svelte) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

4925.3k](/packages/erag-laravel-lang-sync-inertia)

PHPackages © 2026

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