PHPackages                             andregumieri/laravel-crud - 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. andregumieri/laravel-crud

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

andregumieri/laravel-crud
=========================

A bunch of file creation to start a CRUD

1.0.23(1mo ago)0475[1 issues](https://github.com/andregumieri/laravel-crud/issues)PHP

Since Apr 12Pushed 1mo ago1 watchersCompare

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

READMEChangelog (10)Dependencies (4)Versions (27)Used By (0)

Laravel CRUD
============

[](#laravel-crud)

Easily creates CRUD for laravel

It will create:

- Model
- Collection for the model
- Repository
- Services
- Controllers
- Request
- Policies
- Resources

Usage
-----

[](#usage)

### Basic

[](#basic)

```
$ php artisan make:crud User
```

### Different Plural

[](#different-plural)

```
$ php artisan make:crud Policy Policies
```

### locale (Brazilian Portuguese)

[](#locale-brazilian-portuguese)

When set locale to pt\_BR all action names will be translated. For example, CreateService becomes CriarService

```
$ php artisan make:crud Usuario --locale=pt_BR
$ php artisan make:crud Acao Acoes --locale=pt_BR
```

This can also be set globally on config/crud.php locale key (check publishing config file)

### Repository Base Class

[](#repository-base-class)

Whenever the package andregumieri/laravel-repository is present and the config.repository\_base\_class is set to true, it will automatically use it as a base repository.

In other cases your custom base repository can be set informing the full path of the base class:

```
$ php artisan make:crud User --repository-base-class="App\Repositories\Base"
```

It can also be set via config/crud.php on repository\_base\_class (check publishing config file)

Publishing Config file
----------------------

[](#publishing-config-file)

```
$ php artisan vendor:publish --tag=laravel-crud
```

this will create a config/crud.php file

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance91

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Recently: every ~141 days

Total

25

Last Release

42d ago

Major Versions

0.1-beta.1 → 1.0.02024-04-12

### Community

Maintainers

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

---

Top Contributors

[![andregumieri](https://avatars.githubusercontent.com/u/962403?v=4)](https://github.com/andregumieri "andregumieri (89 commits)")

### Embed Badge

![Health badge](/badges/andregumieri-laravel-crud/health.svg)

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

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

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