PHPackages                             mdakashmia/laravel-auto-crude - 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. mdakashmia/laravel-auto-crude

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

mdakashmia/laravel-auto-crude
=============================

Laravel Simple Auto Crude Generator

v1.3.0(2y ago)58MITPHPCI failing

Since Jan 8Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/CoderMdAkash/laravel-auto-crude-system-package)[ Packagist](https://packagist.org/packages/mdakashmia/laravel-auto-crude)[ Docs](https://github.com/CoderMdAkash/laravel-auto-crude-system-package)[ RSS](/packages/mdakashmia-laravel-auto-crude/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (5)Used By (0)

Laravel Auto Crude Generator
============================

[](#laravel-auto-crude-generator)

A simple yet efficient CRUD generator for Laravel that automates the creation of controllers, models, migrations, and views (index, create, store, edit, update, delete, show methods). It also links the generated controller to its respective views.

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

[](#installation)

```
composer require mdakashmia/laravel-auto-crude
```

Configuration
-------------

[](#configuration)

**Service Provider Registration**In `config/app.php`, add in `providers` array -

```
'providers' => [
    // ...
    Akash\LaravelAutoCrude\AutoCrudeServiceProvider::class,
    // ...
],
```

Use from Console Command Prompt for create Crude
------------------------------------------------

[](#use-from-console-command-prompt-for-create-crude)

```
//use the command
php artisan generate:crude {CrudeName}
```

### Example Crude

[](#example-crude)

```
//suppose i want create a crude name of - Category, then run command
php artisan generate:crude Category
//suppose i want create a crude name of - Post, then run command
php artisan generate:crude Post
//suppose i want create a crude name of - Comment, then run command
php artisan generate:crude Comment
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance42

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Total

4

Last Release

855d ago

Major Versions

v0.3.0 → v1.3.02024-01-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/ea46561fdd2435ebf3baf0eb6a689a95b2df75f6d4dec11976e2c273d934db6e?d=identicon)[MdAkash904069](/maintainers/MdAkash904069)

---

Top Contributors

[![CoderMdAkash](https://avatars.githubusercontent.com/u/86820955?v=4)](https://github.com/CoderMdAkash "CoderMdAkash (6 commits)")

---

Tags

package-managerlaravellaravel\_auto\_crude\_generate

### Embed Badge

![Health badge](/badges/mdakashmia-laravel-auto-crude/health.svg)

```
[![Health](https://phpackages.com/badges/mdakashmia-laravel-auto-crude/health.svg)](https://phpackages.com/packages/mdakashmia-laravel-auto-crude)
```

###  Alternatives

[highideas/laravel-users-online

This package will provide an online users management.

203113.2k1](/packages/highideas-laravel-users-online)[stephenjude/filament-blog

Filament Blog Builder

20317.8k](/packages/stephenjude-filament-blog)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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