PHPackages                             dottystyle/laravel-crud-generator - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dottystyle/laravel-crud-generator

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

dottystyle/laravel-crud-generator
=================================

1.1.3(5y ago)12.6k1[4 PRs](https://github.com/patrickdotty/laravel-crud-generator/pulls)MITPHPPHP &gt;=7.1.3

Since Mar 25Pushed 3y agoCompare

[ Source](https://github.com/patrickdotty/laravel-crud-generator)[ Packagist](https://packagist.org/packages/dottystyle/laravel-crud-generator)[ Docs](https://github.com/dottystyle/laravel-crud-generator)[ RSS](/packages/dottystyle-laravel-crud-generator/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (20)Used By (0)

Laravel CRUD generator
======================

[](#laravel-crud-generator)

This package was created mainly for Dottystyle developers. The function of this package is to scaffold the very basic purpose of a CRUD. It creates the following:

- Controller
- Model
- Resource
- Request

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

[](#installation)

1. Install the package

    ```
     $ composer require dottystyle/laravel-crud-generator

    ```
2. Publish vendor

    ```
     $ php artisan vendor:publish --provider="Dottystyle\LaravelCrudGenerator\Providers\LaravelCrudGeneratorServiceProvider"

    ```
3. Edit config/app.php (Add the following)

    ```
     service provider:
     Dottystyle\LaravelCrudGenerator\Providers\LaravelCrudGeneratorServiceProvider::class,

    ```

Using this package
------------------

[](#using-this-package)

1. Building CRUD for api resources

    ```
     php artisan make:crud  ModelName --api

    ```
2. Building a simple CRUD

    ```
     php artisan make:crud ModelName

    ```
3. Building a simple CRUD with service

    ```
     php artisan make:crud ModelName --with-service

    ```
4. Building a simple Service with Interface

    ```
     php artisan make:service ServiceName

    ```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 96.9% 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 ~43 days

Recently: every ~90 days

Total

11

Last Release

2170d ago

Major Versions

0.1.1 → 1.0.02019-03-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/0490d9163b3b9680116172c1e78b0ac8b83c88ee679f5a99302e32e13e9f56e4?d=identicon)[dsc-patrick](/maintainers/dsc-patrick)

---

Top Contributors

[![patrickdotty](https://avatars.githubusercontent.com/u/30818762?v=4)](https://github.com/patrickdotty "patrickdotty (31 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

laravel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dottystyle-laravel-crud-generator/health.svg)

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

###  Alternatives

[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[nickurt/laravel-akismet

Akismet for Laravel 11.x/12.x/13.x

97139.6k2](/packages/nickurt-laravel-akismet)[whitecube/laravel-timezones

Store UTC dates in the database and work with custom timezones in the application.

106106.2k](/packages/whitecube-laravel-timezones)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[forxer/laravel-gravatar

A library providing easy gravatar integration in a Laravel project.

4235.6k](/packages/forxer-laravel-gravatar)

PHPackages © 2026

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