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

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

mcanulavantronics/laravel-crud-generator-pro
============================================

Laravel Crud Generator Pro

01PHP

Since Oct 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mcanulavantronics/laravel-crud-generator-pro)[ Packagist](https://packagist.org/packages/mcanulavantronics/laravel-crud-generator-pro)[ RSS](/packages/mcanulavantronics-laravel-crud-generator-pro/feed)WikiDiscussions dev Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel Crud Generator Pro
==========================

[](#laravel-crud-generator-pro)

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

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

[](#requirements)

```
Laravel >= 5.5
PHP >= 7.1

```

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

[](#installation)

1 - Install

```
composer require mcanulavantronics/laravel-crud-generator-pro --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`

```
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

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity22

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://www.gravatar.com/avatar/95b95cd717bd4badd4a7203cab8c4e2cc5564b5f9575f1ff50d7571674a1cbd3?d=identicon)[mcanulavantronics](/maintainers/mcanulavantronics)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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