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

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

kamalsroor/crud-generator
=========================

This package is a useful tool to generate simple crud for Kamalsroor/scaffoldingNew

1.0.8(4y ago)11.4k1MITPHPPHP ^7.4|^8.0

Since Mar 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Kamalsroor/crud-generator)[ Packagist](https://packagist.org/packages/kamalsroor/crud-generator)[ RSS](/packages/kamalsroor-crud-generator/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (10)Used By (0)

CRUD. Generator
===============

[](#crud-generator)

### Introduction

[](#introduction)

**This package is a useful tool to generate simple crud for [Kamalsroor/scaffoldingNew](https://github.com/Kamalsroor/scaffoldingNew)**

the files that will be generated is:

- Lang Files (ar &amp; en)
- Breadcrumb File
- View Files
- Api Resource Files
- Migration Files
- Factory File
- Policy Files
- Controller Files
- Model Files
- Request Files
- Filter Files
- Test Files
- Excel Import Export
- Soft Delete
- Swagger Api

### Installation

[](#installation)

```
composer require kamalsroor/crud-generator --dev
```

### Configuration

[](#configuration)

You should add config file using the following command to configure the supported resources.

```
php artisan vendor:publish --provider="KamalSroor\CrudGenerator\CrudServiceProvider"
```

Then add the following comment line in the `routes/dashboard.php` and `routes/api.php` files:

```
/*  The routes of generated crud will set here: Don't remove this line  */
```

And the follwing comment line in the `resources/views/layouts/sidebar.blade.php` file:

```
{{-- The sidebar of generated crud will set here: Don't remove this line --}}
```

### Usage

[](#usage)

For example if you want to generate a new CRUD named `category`. make sure it's arabic words was defined in `arabicWords` of config file and then use the following `artisan` command:

```
php artisan make:crud category
```

Use `translatable` option if the CRUD is translatable:

```
php artisan make:crud category --translatable
```

Use `has-media` option if the CRUD has media:

```
php artisan make:crud category --has-media
```

Also you can use both options together to generate translatable and has media CRUD.

```
php artisan make:crud category --translatable --has-media
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 82.4% 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 ~32 days

Recently: every ~64 days

Total

9

Last Release

1630d ago

PHP version history (2 changes)V1.0.0PHP ^7.4

1.0.8PHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/81d04b4ae6ae4722e82dce4a1de424ca4c147c247cf2df0cb8ad2f9757d6126e?d=identicon)[kamalsroor](/maintainers/kamalsroor)

---

Top Contributors

[![kamalssroor-ship-it](https://avatars.githubusercontent.com/u/237573150?v=4)](https://github.com/kamalssroor-ship-it "kamalssroor-ship-it (14 commits)")[![kamalsroor1](https://avatars.githubusercontent.com/u/157611649?v=4)](https://github.com/kamalsroor1 "kamalsroor1 (2 commits)")[![AbdallaMohammed](https://avatars.githubusercontent.com/u/41541325?v=4)](https://github.com/AbdallaMohammed "AbdallaMohammed (1 commits)")

### Embed Badge

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

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M686](/packages/barryvdh-laravel-ide-helper)[wnx/laravel-stats

Get insights about your Laravel Project

1.8k1.8M7](/packages/wnx-laravel-stats)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M157](/packages/orchestra-canvas)[pulkitjalan/ip-geolocation

IP Geolocation Wrapper with Laravel Support

89164.9k1](/packages/pulkitjalan-ip-geolocation)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)

PHPackages © 2026

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