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

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

kaushalmaurya/crud
==================

This will generate whole crud opration

08PHP

Since Aug 9Pushed 4y ago1 watchersCompare

[ Source](https://github.com/kaushal707/crud-package)[ Packagist](https://packagist.org/packages/kaushalmaurya/crud)[ RSS](/packages/kaushalmaurya-crud/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel CRUD Generator
======================

[](#laravel-crud-generator)

This package provides a super easy way to make a laravel crud opration.

Features
--------

[](#features)

- It Creates a Model with all feilds validation
- It Creates a Migration Table with table fields provided by users.
- It Runs the migration of specific table .
- It Creates resource controller with all functionallity .
- It Creates view files Index.blade.php, Create.blade.php, show.blade.php, edit.blade.php .
- It Can work with both existing and new project .
- Laravel 7.x and higher
- PHP 7.0 and higher.

Support
-------

[](#support)

We proudly support the community by developing Laravel packages and giving them away for free. Keeping track of issues and pull requests takes time, but we're happy to help! any issue please feel free to DM on instagram @thisiskaushalmaurya

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

[](#installation)

You can install the package via composer:

```
composer require kaushalmaurya/crud
```

Add the Service Provider to your `app.php` config file if you're not using Package Discovery.

```
// config/app.php

'providers' => [
    ...

    Kaushalmaurya\Crud\CrudServiceProvider::class,
    ...
];
```

Execution
---------

[](#execution)

- Connect to a database
- Run the server
- Type in the url \[127.0.0.1:8000/crud\]
- And you will get this form below and enter the fields .

[![](images/form.png)](images/form.png)

Once Done Hit on submit you will get output

[![](images/output.png)](images/output.png)

Go to the view file and set your project layout

[![](images/setlayout.png)](images/setlayout.png)

Now go the web.php and copy the route and enter in the url

[![](images/web.png)](images/web.png)

Yes.. its done ! now you can you can perform basic crud opration. [![](images/index.png)](images/index.png)[![](images/create.png)](images/create.png)

License
-------

[](#license)

The MIT License (MIT).

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/36848897?v=4)[kaushal707](/maintainers/kaushal707)[@kaushal707](https://github.com/kaushal707)

---

Top Contributors

[![kaushal707](https://avatars.githubusercontent.com/u/36848897?v=4)](https://github.com/kaushal707 "kaushal707 (7 commits)")

### Embed Badge

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

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

PHPackages © 2026

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