PHPackages                             samyoteroglez/larawesomecrud - 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. samyoteroglez/larawesomecrud

ActiveLibrary[Admin Panels](/categories/admin)

samyoteroglez/larawesomecrud
============================

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

1.2.0(9y ago)55463[9 issues](https://github.com/SamyOteroGlez/larawesomecrud/issues)MITPHPPHP &gt;=5.5.9

Since Jan 21Pushed 9y ago1 watchersCompare

[ Source](https://github.com/SamyOteroGlez/larawesomecrud)[ Packagist](https://packagist.org/packages/samyoteroglez/larawesomecrud)[ RSS](/packages/samyoteroglez-larawesomecrud/feed)WikiDiscussions master Synced today

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

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

[](#larawesomecrud)

### Everything is awesome! o(Oo,)o

[](#everything-is-awesome-oooo)

\###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)

\#Requirements

```
    Laravel 5.1
    Laravel collective

    twitter-bootstrap
    datatables

```

\#Install

\###Step 1

```
    composer require samyoteroglez/larawesomecrud

```

\###Step 2

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

```
    CrudGenerator\CrudGeneratorServiceProvider::class,

```

\###Step 3

Boom! 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 make:crud all
php artisan make:crud --all
php artisan make:crud -a
php artisan make:crud

```

\###CRUD for one table

```
php artisan make:crud table_1

```

\###CRUD for a list of tables

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

```

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

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

```

\###Generate Form Requests

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

```

\###Add links to the dashboard menu

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

```

\###To check all the options

```
php artisan help make:crud

```

\###Custom Templates

\###Use a custom layout

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

```

\###Customize your own templates

```
php artisan vendor:publish

```

\#Contact GitHub: [SamyOteroGlez](http://github.com/SamyOteroGlez)Twitter: [@SamyOteroGlez](@SamyOteroGlez)

\###This project is based on \[kEpEx/laravel-crud-generator\] () from Alfredo Aguirre ().

\#License **[MIT License](./LICENSE)**[SamyOteroGlez](http://github.com/SamyOteroGlez) &amp; contributors

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Total

4

Last Release

3443d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8644532?v=4)[SamyOteroGlez](/maintainers/SamyOteroGlez)[@SamyOteroGlez](https://github.com/SamyOteroGlez)

---

Top Contributors

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

---

Tags

laravelgeneratorcrud

### Embed Badge

![Health badge](/badges/samyoteroglez-larawesomecrud/health.svg)

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

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M222](/packages/backpack-crud)[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.

76196.0k1](/packages/crestapps-laravel-code-generator)

PHPackages © 2026

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