PHPackages                             rminchrist/laravel-crud-base - 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. rminchrist/laravel-crud-base

ActiveLibrary[Framework](/categories/framework)

rminchrist/laravel-crud-base
============================

A Laravel package providing a base CRUD controller.

v1.3.0(7mo ago)02MITPHPPHP &gt;=8.2

Since Oct 2Pushed 7mo agoCompare

[ Source](https://github.com/michael-orenda/laravel-crud-base)[ Packagist](https://packagist.org/packages/rminchrist/laravel-crud-base)[ RSS](/packages/rminchrist-laravel-crud-base/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (4)Used By (0)

CrudBase v1.3.0
===============

[](#crudbase-v130)

Automatic CRUD and Relationship Routing for Laravel 12+

Features
--------

[](#features)

- Zero‑boilerplate CRUD controllers
- Auto-detected parent/child relationships
- `/relations` endpoint (parent + children)
- Explicit relation routes (e.g., `/invoice/1/items`)
- Many-to-many routes (attach/detach/sync)
- Works with Laravel naming conventions
- No model boilerplate except using DetectsRelationships trait

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

[](#installation)

```
composer require rminchrist/laravel-crud-base
php artisan vendor:publish --tag=crudbase-config

```

Usage
-----

[](#usage)

Extend:

```
class InvoiceController extends RelationshipBaseController {}

```

Models:

```
use DetectsRelationships;

```

Auto Routes
-----------

[](#auto-routes)

See API.md for full list.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance65

Regular maintenance activity

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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

Total

3

Last Release

210d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1303237?v=4)[Michael Philip Orenda](/maintainers/rminchrist)[@rminchrist](https://github.com/rminchrist)

---

Top Contributors

[![michael-orenda](https://avatars.githubusercontent.com/u/25703872?v=4)](https://github.com/michael-orenda "michael-orenda (1 commits)")

### Embed Badge

![Health badge](/badges/rminchrist-laravel-crud-base/health.svg)

```
[![Health](https://phpackages.com/badges/rminchrist-laravel-crud-base/health.svg)](https://phpackages.com/packages/rminchrist-laravel-crud-base)
```

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M307](/packages/laravel-horizon)[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M201](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[illuminate/routing

The Illuminate Routing package.

1419.2M3.0k](/packages/illuminate-routing)[laravel/surveyor

Static analysis tool for Laravel applications.

86121.4k13](/packages/laravel-surveyor)

PHPackages © 2026

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