PHPackages                             maxkamov48/crud-generator-laravel - 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. maxkamov48/crud-generator-laravel

ActiveLibrary[Framework](/categories/framework)

maxkamov48/crud-generator-laravel
=================================

CRUD generator extenstion for Laravel

v1.0.8(1y ago)059MITPHP

Since Nov 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/maxkamov/crud-generator-laravel)[ Packagist](https://packagist.org/packages/maxkamov48/crud-generator-laravel)[ RSS](/packages/maxkamov48-crud-generator-laravel/feed)WikiDiscussions main Synced today

READMEChangelog (10)DependenciesVersions (10)Used By (0)

This Laravel extension allows users to make CRUD operation in a lightning speed. Currently it supports only API crud operations however I am planning to build for web as well. By using a single command you will be able to generate all CRUD operations for a specified folder. First you need to build a database migrations and make Models for each your table you want with relations. Then run the command for generating CRUD and it will generate following files:

- **Controller**
- **Create request**
- **Update request**
- **Resource**

Requirements
------------

[](#requirements)

```
Laravel >= 10.x
PHP >= 8.1

```

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

[](#installation)

Install

```
composer require maxkamov48/crud-generator-laravel

```

Usage
-----

[](#usage)

```
php artisan generate:all --folder=v1/SampleFolder

```

Add a route in `api.php`

```
Route::resource('users', UserController::class);

```

Author
------

[](#author)

Maxkamov Akmal &amp; Denis Say // [Contact me by email](mailto:maxkamov48@gmail.com)

Hire me [LinkedIn](https://www.linkedin.com/in/akmal-makhkamov-814193134/)

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity8

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

Recently: every ~14 days

Total

9

Last Release

528d ago

### Community

Maintainers

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

---

Top Contributors

[![maxkamov](https://avatars.githubusercontent.com/u/27944891?v=4)](https://github.com/maxkamov "maxkamov (16 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M297](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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