PHPackages                             coolhax/bootstrap-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. [Admin Panels](/categories/admin)
4. /
5. coolhax/bootstrap-laravel-crud-generator

ActiveLibrary[Admin Panels](/categories/admin)

coolhax/bootstrap-laravel-crud-generator
========================================

Laravel bootstrap 5 Crud Generator based on https://github.com/awais-vteams/laravel-crud-generator

v1.0.3(2y ago)3240↓100%1MITPHP

Since Sep 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Cooltriks/bootstrap-laravel-crud-generator)[ Packagist](https://packagist.org/packages/coolhax/bootstrap-laravel-crud-generator)[ RSS](/packages/coolhax-bootstrap-laravel-crud-generator/feed)WikiDiscussions main Synced 1mo ago

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

[![Laravel Crud Generator](https://camo.githubusercontent.com/def1412f731648f48078245b4dcc7a5399a3a84d0047afe8cdbf57933e039c9c/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f4c61726176656c253230435255442e706e673f7468656d653d6461726b267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d636f6f6c686178253246626f6f7473747261702d6c61726176656c2d637275642d67656e657261746f72267061747465726e3d617263686974656374267374796c653d7374796c655f31266465736372697074696f6e3d4c61726176656c2b435255442b47656e657261746f72266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313030707826696d616765733d67696674)](https://camo.githubusercontent.com/def1412f731648f48078245b4dcc7a5399a3a84d0047afe8cdbf57933e039c9c/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f4c61726176656c253230435255442e706e673f7468656d653d6461726b267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d636f6f6c686178253246626f6f7473747261702d6c61726176656c2d637275642d67656e657261746f72267061747465726e3d617263686974656374267374796c653d7374796c655f31266465736372697074696f6e3d4c61726176656c2b435255442b47656e657261746f72266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313030707826696d616765733d67696674))

[![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.

This packege based on - ()

**What Is New**

- **Relationship** with select in form and auto Relationship data pass in view
- **Select dropDown in form**
- **Search Filter added**
- **$serchable Property in Model**
- Bootstrap new Design **col-md-6**
- New Feature **Auto Route**
- Will create **Model** with Eloquent relations
- Will create **Controller** with all resources
- Will create **views** in Bootstrap

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

[](#requirements)

```
Laravel >= 9.0
PHP >= 8.1
Bootstrap >= 5.0.0

```

Start Up
--------

[](#start-up)

```
composer create-project laravel/laravel project-name

```

```
cd project-name

```

```
composer require laravel/ui

```

```
php artisan ui bootstrap --auth

```

```
npm install

```

```
npm run build

```

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

[](#installation)

1 - Install

```
composer require coolhax/bootstrap-laravel-crud-generator --dev

```

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`

- Now auto Route Feature **Not Needed**

```
Route::resource('banks', App\Http\Controlles\BankController:class);

```

Route name in plural slug case.

#### Options

[](#options)

- Custom Route

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

```

Example
-------

[](#example)

*Model*[![Model](https://camo.githubusercontent.com/681e62cb3fa42fb988de8418f3ca8c3eda1238b0bc602b63e36df459dfda90cc/68747470733a2f2f692e696d6775722e636f6d2f7a54536f59764a2e706e67)](https://camo.githubusercontent.com/681e62cb3fa42fb988de8418f3ca8c3eda1238b0bc602b63e36df459dfda90cc/68747470733a2f2f692e696d6775722e636f6d2f7a54536f59764a2e706e67)

*Controller*[![Controller](https://camo.githubusercontent.com/c92e1db89de5488e135c52a97c0396e7e8987babdd3edf5342f0eb096662c898/68747470733a2f2f692e696d6775722e636f6d2f473179746d634c2e706e67)](https://camo.githubusercontent.com/c92e1db89de5488e135c52a97c0396e7e8987babdd3edf5342f0eb096662c898/68747470733a2f2f692e696d6775722e636f6d2f473179746d634c2e706e67)

*Listing*[![Listing](https://camo.githubusercontent.com/f71dcda5027c270edb7ad7353ca04240c135c9cf83bb97f0745dc96506f2c0bf/68747470733a2f2f692e696d6775722e636f6d2f554835584775772e706e67)](https://camo.githubusercontent.com/f71dcda5027c270edb7ad7353ca04240c135c9cf83bb97f0745dc96506f2c0bf/68747470733a2f2f692e696d6775722e636f6d2f554835584775772e706e67)

*Form*[![Form](https://camo.githubusercontent.com/4eeca01b4af90f85bb51fffbb49c7753f01aefb3b59812c552a7a799ef37d969/68747470733a2f2f692e696d6775722e636f6d2f706f52695a524f2e706e67)](https://camo.githubusercontent.com/4eeca01b4af90f85bb51fffbb49c7753f01aefb3b59812c552a7a799ef37d969/68747470733a2f2f692e696d6775722e636f6d2f706f52695a524f2e706e67)

Author
------

[](#author)

Rohit Kumar // [Email Me](mailto:coolelearning.php@gmail.com)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

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

Total

4

Last Release

959d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b869973a7409e2b8744596bf3f797b0a5294bd259b4dc444a276c6766b2950e?d=identicon)[Cooltriks](/maintainers/Cooltriks)

---

Top Contributors

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

---

Tags

bootstrap-crud-generatorbootstrap4bootstrap5crud-generatorlaravellaravel-bootstraplaravel-bootstrap-applaravel-bootstrap-crud-generatorlaravel-crudlaravel-crud-generatorlaravel10xlaravellaravel-packagecrudbootstrapcrud generatorlaravel crud generator

### Embed Badge

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

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

###  Alternatives

[ibex/crud-generator

Laravel CRUD Generator

706235.0k](/packages/ibex-crud-generator)[crestapps/laravel-code-generator

An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.

76591.7k1](/packages/crestapps-laravel-code-generator)[takielias/tablar-crud-generator

Laravel Tablar Crud Generator based on https://github.com/takielias/tablar

315.6k](/packages/takielias-tablar-crud-generator)

PHPackages © 2026

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