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

ActiveLibrary[Framework](/categories/framework)

adele332/crudgenerator
======================

CRUD generator for Laravel framework

1.0.0(3y ago)024MITPHP

Since Jan 22Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Adele332/CRUDgenerator)[ Packagist](https://packagist.org/packages/adele332/crudgenerator)[ RSS](/packages/adele332-crudgenerator/feed)WikiDiscussions master Synced 1mo ago

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

adele332/crudgenerator laravel package
======================================

[](#adele332crudgenerator-laravel-package)

[![MIT License](https://camo.githubusercontent.com/784362b26e4b3546254f1893e778ba64616e362bd6ac791991d2c9e880a3a64e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d677265656e2e737667)](https://choosealicense.com/licenses/mit/)[![MIT License](https://camo.githubusercontent.com/9ce6a93a0d820f0f5dee2cb56bab943cfab9738142ec24a09bdfbeb3c28af19d/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f373534383938362f736869656c643f7374796c653d706c6173746963)](https://github.com/RafalKLab/crud)

This Laravel package will give you an opportunity to create CRUD functionality faster just simply using command line. You will be able from command line:

- Create Models
- Create Migrations
- Create Controllers
- Create View for particular tables
- Create Main website views with login, registration and CRUD functionality

### Requirements

[](#requirements)

This package requires:

- Laravel &gt;= 9.33.0
- PHP &gt;= 8.0.2
- Composer &gt;= 2.4.2

### Installation

[](#installation)

1. Run command

```
  composer require adele332/crudgenerator

```

2. Run command

```
  php artisan list

```

3. Check if in the list you see newly added commands

```
    If you see new commands that means that you successfuly installed this package! :)

```

### Newly added commands to the project

[](#newly-added-commands-to-the-project)

#### There will be 5 new commands which you will see after running command 'php artisan list':

[](#there-will-be-5-new-commands-which-you-will-see-after-running-command-php-artisan-list)

- php artisan make:model
- php artisan make:controllers
- php artisan make:migrations
- php artisan make:view
- php artisan make:main

#### Examples of suitable commands:

[](#examples-of-suitable-commands)

1. Command for creating Model

```
    php artisan make:model Genre --table="genres" --fields="['id','title','created_at','updated_at']"

```

2. Command for creating Controller

```
    php artisan make:controllers Genres --model="Genre" --fields-validation="'title' => 'required|alpha|min:2'" --dir-to-save-file=admin

```

3. Command for creating Migration

```
    php artisan make:migrations Genres --table-schema="title:string"

```

4. Command for creating Views (you should use it only then you have data tables in database)

```
    php artisan make:model Genre --table="genres" --fields="['id','title','created_at','updated_at']"

```

5. Command for creating Main views (this command must be used only once)

```
    php artisan make:main MyCrudGenerator

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

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

1211d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ce3374d166ee47d3077154a5dec5946c145bbeb3a01042005c275099f66d3e91?d=identicon)[Adele332](/maintainers/Adele332)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k5](/packages/elgg-elgg)[shopware/storefront

Storefront for Shopware

684.2M148](/packages/shopware-storefront)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[neos/flow

Flow Application Framework

862.0M451](/packages/neos-flow)[contao/manager-bundle

Provides the Contao Managed Edition

181.3M61](/packages/contao-manager-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)

PHPackages © 2026

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