PHPackages                             purrdigital/laravel-crud-package - 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. purrdigital/laravel-crud-package

ActiveLibrary[Framework](/categories/framework)

purrdigital/laravel-crud-package
================================

Opinionated Repository CRUD Generator

v1.0.2(2y ago)043[1 PRs](https://github.com/Purr-Digital/laravel-crud-package/pulls)MITPHPPHP ^8.0

Since Jul 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Purr-Digital/laravel-crud-package)[ Packagist](https://packagist.org/packages/purrdigital/laravel-crud-package)[ Docs](https://github.com/Purr-Digital/laravel-crud-package)[ GitHub Sponsors](https://github.com/Purr-Digital)[ RSS](/packages/purrdigital-laravel-crud-package/feed)WikiDiscussions main Synced 1mo ago

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

Opinionated Repository CRUD Generator
=====================================

[](#opinionated-repository-crud-generator)

[![Latest Version on Packagist](https://camo.githubusercontent.com/54a1e1bf7869a285b97f9e64f0651538eccfb8568bbb379af939ad25e6c8a97b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f507572724469676974616c2f6c61726176656c2d637275642d7061636b6167652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/PurrDigital/laravel-crud-package)[![GitHub Tests Action Status](https://camo.githubusercontent.com/3b923d4a64711c11967f4e39b59acccf22302e5df1da19bfeaec819b7e11965b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f507572724469676974616c2f6c61726176656c2d637275642d7061636b6167652f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/PurrDigital/laravel-crud-package/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/d235fe0467871a79cf2a0eb83c8fe4562bcb05350f8bb5fa62b9a76bc617e8e9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f507572724469676974616c2f6c61726176656c2d637275642d7061636b6167652f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/PurrDigital/laravel-crud-package/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/d3e71aa847a710b64d3001822a44afa780e90b921cb886acde430b6ffcc51a0a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f507572724469676974616c2f6c61726176656c2d637275642d7061636b6167652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/PurrDigital/laravel-crud-package)

This package will create a full crud suite for you. This is based on an opinionated repository pattern. This package uses vue/inertia for the front end so this package won't work with any other front-end unless of course you manually update the controllers to work with your front end.

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

[](#installation)

You can install the package via composer:

```
composer require PurrDigital/laravel-crud-package
```

Usage
-----

[](#usage)

```
In the terminal and using php artisan you can run the following command
php artisan generate:crud Test
```

Using the above command will generate the following,

1. Controller
2. Model
3. Seeder
4. Policy
5. Request
6. Resource
7. Interface
8. Repository
9. Update repository provider(if it exists)

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

3

Last Release

1061d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6959df52d83257479c22db88685a6ea56dcb9e24a1b6aa7f92e74816ac7045a0?d=identicon)[PurrDigital](/maintainers/PurrDigital)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")[![jamesh-purr](https://avatars.githubusercontent.com/u/42927247?v=4)](https://github.com/jamesh-purr "jamesh-purr (4 commits)")

---

Tags

laravelPurrDigitallaravel-crud-package

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/purrdigital-laravel-crud-package/health.svg)

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

###  Alternatives

[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[lunarstorm/laravel-ddd

A Laravel toolkit for Domain Driven Design patterns

17959.0k](/packages/lunarstorm-laravel-ddd)[bezhansalleh/filament-plugin-essentials

A collection of essential traits that streamline Filament plugin development by taking care of the boilerplate, so you can focus on shipping real features faster

27584.7k16](/packages/bezhansalleh-filament-plugin-essentials)[backstage/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24157.5k5](/packages/backstage-laravel-mails)[jonpurvis/squeaky

A Laravel Validation Rule to Help Catch Profanity.

706.0k](/packages/jonpurvis-squeaky)

PHPackages © 2026

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