PHPackages                             danielquirogadev/clementinecrud - 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. danielquirogadev/clementinecrud

ActiveLibrary[Admin Panels](/categories/admin)

danielquirogadev/clementinecrud
===============================

CRUD generator for Laravel. Generates models, controller and views based on the database tables. This project is a fork of kEpEx/laravel-crud-generator from Alfredo Aguirre (alfrednx@gmail.com).

1.2.0(9y ago)05MITHTMLPHP &gt;=5.5.9

Since Jan 21Pushed 6y agoCompare

[ Source](https://github.com/DanielQuirogaDev/laracreatecrud)[ Packagist](https://packagist.org/packages/danielquirogadev/clementinecrud)[ RSS](/packages/danielquirogadev-clementinecrud/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (6)Used By (0)

larawesomecrud
==============

[](#larawesomecrud)

\###A CRUD generator for Laravel. Generates models, controller and views based on the database tables. [![laravel](https://cloud.githubusercontent.com/assets/8644532/22171498/74ab9b60-df5d-11e6-8e20-4617a38a8fec.png)](https://cloud.githubusercontent.com/assets/8644532/22171498/74ab9b60-df5d-11e6-8e20-4617a38a8fec.png)

There are two frameworks supported at this point. These are bootstrap Although this is usable code as it produces the models,controllers and views as promised its far from being done. Not all Materialize views are complete.

\#Requirements

```
  Laravel 5.3 or higher
  Laravel collective
  Twig

  Bootstrap or
  MaterializeCSS

```

\#Install

\###Step 1

```
    composer require rascoop/laracreatecrud

```

\###Step 2

Add your new provider to the providers array of config/app.php:

```
    CrudGenerator\CrudGeneratorServiceProvider::class,

```

\###Step 3

Enjoy it.

\#Usage

Use a table name, a list of table names as the input or just generate all the database.

\###CRUD for all database

```
php artisan create:crud all
php artisan create:crud --all
php artisan create:crud -a
php artisan create:crud

```

\###CRUD for one table

```
php artisan create:crud table_1

```

\###CRUD for a list of tables

```
php artisan create:crud table_1,table_2,table_3 --only
php artisan create:crud table_1,table_2,table_3 -o

```

\###CRUD for all except for the tables in a given list

```
php artisan create:crud table_1,table_2,table_3 --all-but
php artisan create:crud table_1,table_2,table_3 -b

```

\###Generate Form Requests

```
php artisan create:crud table_1 --formrequest
php artisan create:crud table_1 -r

```

\###Add links to the dashboard menu

```
php artisan create:crud table_1 --dashboard-menu
php artisan create:crud table_1 -m

```

\###To check all the options

```
php artisan help create:crud

```

\###Custom Templates

\###Use a custom layout

```
php artisan create:crud all --master-layout=layouts.master

```

\###Customize your own templates

```
php artisan vendor:publish

```

\#Contact

GitHub: [rascoop](http://github.com/rascoop)Twitter: [@rascoop](https://www.twitter.com/rascoop)

\###This project is based on [larawesomecrud](https://github.com/SamyOteroGlez/larawesomecrud)

\#License **[MIT License](./LICENSE)**

[Richard Scoop](http://github.com/rascoop)

[SamyOteroGlez](http://github.com/SamyOteroGlez) &amp; contributors

[bootstrap](http//www.getbootstrap.com)

[materialize-css](http://www.materializecss.com)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 90.7% 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 ~2 days

Total

4

Last Release

3388d ago

### Community

Maintainers

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

---

Top Contributors

[![SamyOteroGlez](https://avatars.githubusercontent.com/u/8644532?v=4)](https://github.com/SamyOteroGlez "SamyOteroGlez (49 commits)")[![rascoop](https://avatars.githubusercontent.com/u/276458?v=4)](https://github.com/rascoop "rascoop (4 commits)")[![DanielQuirogaDev](https://avatars.githubusercontent.com/u/50690031?v=4)](https://github.com/DanielQuirogaDev "DanielQuirogaDev (1 commits)")

---

Tags

laravelgeneratorcrud

### Embed Badge

![Health badge](/badges/danielquirogadev-clementinecrud/health.svg)

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

###  Alternatives

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

PHPackages © 2026

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