PHPackages                             ikmi/crudgenerator - 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. ikmi/crudgenerator

ActiveLibrary[Framework](/categories/framework)

ikmi/crudgenerator
==================

A laravel package to generate a complete CRUD operation.

V1.0.0(3y ago)013MITBladePHP ^7.4

Since Mar 17Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Ikhtiarmahmud/laravel-crudgenerator-package)[ Packagist](https://packagist.org/packages/ikmi/crudgenerator)[ RSS](/packages/ikmi-crudgenerator/feed)WikiDiscussions main Synced 1mo ago

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

IKMI CRUD Generator
-------------------

[](#ikmi-crud-generator)

A Laravel package to generate a complete CRUD operation

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

[](#installation)

IKMI Crud Generator Requires

- PHP ^7.4
- Laravel Framework ^8.0
- Composer 2
- MySql Database

Type in console:

```
composer require ikmi/crudgenerator
```

- The package will automatically register its service provider.
- Make sure your project is connected to your database before publishing.

    - \[Reason\] After publishing, a migration file will create and create a table automatically in database
- Publish the package's configuration file to the application's own config directory

```
php artisan vendor:publish --provider="Ikmi\CrudGenerator\CrudGeneratorServiceProvider"
```

Folder Structure
----------------

[](#folder-structure)

```
- src
    - app
        - Controllers
            - CategoryController.php
        - Migrations
            - create_categories_table.php
        - Models
            - Category.php
        - Requests
            - CategoryRequest.php
        - Routes
            - web.php
        - views
            - category
                - create.blade.php
                - edit.blade.php
                - index.blade.php

    - CrudGeneratorServiceProvider.php

- composer.json
- README.md
- .gitignore

```

Usage
-----

[](#usage)

- After installing, It will create a resource route which name categories
- Browse below URL after serve your project

```
{{base_url}}/categories

```

- Then you can complete the CRUD operation by following Routes

```
/categories
/categories/create
/categories/store
/categories/{category}/edit
/categories/{category}/update
/categories/{category}/destroy

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

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

Unknown

Total

1

Last Release

1157d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/05e25a73917ab6be79c194ba16c08765c8ef824c46b3b1009abaf95fd24daae9?d=identicon)[Ikhtiarmahmud](/maintainers/Ikhtiarmahmud)

---

Top Contributors

[![Ikhtiarmahmud](https://avatars.githubusercontent.com/u/37498797?v=4)](https://github.com/Ikhtiarmahmud "Ikhtiarmahmud (2 commits)")

### Embed Badge

![Health badge](/badges/ikmi-crudgenerator/health.svg)

```
[![Health](https://phpackages.com/badges/ikmi-crudgenerator/health.svg)](https://phpackages.com/packages/ikmi-crudgenerator)
```

###  Alternatives

[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[ecotone/laravel

Laravel integration for Ecotone

21307.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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