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

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

sakshstore/laravel-crud-generator
=================================

Laravel 9 Crud Generator

02PHP

Since Feb 5Pushed 3y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

[![Packagist](https://camo.githubusercontent.com/c69c7902de243dbd29fc7b7c8293e079918e2b777dcd7757910ccb3353ae7f94/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5061636b61676973742d76312e332e322d677265656e2e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/c69c7902de243dbd29fc7b7c8293e079918e2b777dcd7757910ccb3353ae7f94/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5061636b61676973742d76312e332e322d677265656e2e7376673f7374796c653d666c61742d737175617265)[![Licence](https://camo.githubusercontent.com/656bdf8cf26742d9e1ebfd6477eb0ca8d9f2f57fe28f585b2cf37bd98b5f9b4a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e63652d4d49542d677265656e2e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/656bdf8cf26742d9e1ebfd6477eb0ca8d9f2f57fe28f585b2cf37bd98b5f9b4a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e63652d4d49542d677265656e2e7376673f7374796c653d666c61742d737175617265)[![StyleCI](https://camo.githubusercontent.com/000890d25e13669efa11ffedd4cf7cddff09a83f24dd0b9f319409a5f40d62e6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5374796c6543492d706173732d677265656e2e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/000890d25e13669efa11ffedd4cf7cddff09a83f24dd0b9f319409a5f40d62e6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5374796c6543492d706173732d677265656e2e7376673f7374796c653d666c61742d737175617265)

This Laravel Generator package provides and generate Controller, Model (with eloquent relations) and Views in **Bootstrap** for your development of your applications with single command.

- Will create **Model** with Eloquent relations
- Will create **Controller** with all resources
- Will create **views** in Bootstrap \[cleaned\]

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

[](#requirements)

```
Laravel >=9
PHP >= 8

```

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

[](#installation)

1 - Install

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

```

2- Publish the default package's config

```
php artisan vendor:publish --tag=crud

```

Usage
-----

[](#usage)

```
php artisan make:crud {table_name}

php artisan make:crud banks

```

Add a route in `web.php`

```
Route::resource('banks', 'BankController');

```

Route name in plural slug case.

#### Options

[](#options)

- Custom Route

```
php artisan make:crud {table_name} --route={route_name}

```

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity24

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/44046755?v=4)[sakshstore](/maintainers/sakshstore)[@sakshstore](https://github.com/sakshstore)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[juvo/bricks-custom-query

Easy to use custom bricks query

122.2k](/packages/juvo-bricks-custom-query)

PHPackages © 2026

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