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

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

tomosia/laravel-easy-crud
=========================

Give commands to help programmers save time when coding

v1.0.3(2y ago)610PHP

Since Aug 24Pushed 2y agoCompare

[ Source](https://github.com/TOMOSIA-VIETNAM/laravel-easy-crud)[ Packagist](https://packagist.org/packages/tomosia/laravel-easy-crud)[ RSS](/packages/tomosia-laravel-easy-crud/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (7)Versions (5)Used By (0)

Laravel Easy CRUD
=================

[](#laravel-easy-crud)

A package for adding `php artisan make:api-crud` command to Laravel 8+ and Laravel Module

Auto generate:

- Controller
- Service
- Repository
- Request
- Resource
- Api Document using l5-swagger

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

[](#installation)

Require the package with composer using the following command:

`composer require tomosia/laravel-easy-crud --dev`

Or add the following to your composer.json's require-dev section and `composer update`

```
"require-dev": {
          "tomosia/laravel-easy-crud": "^1.*"
}
```

In your config/app.php add VietNH\\LaraEasyDev\\RepositoryServiceProvider::class to the end of the providers array:

```
'providers' => [
    ...
    VietNH\LaraEasyDev\RepositoryServiceProvider::class,
],
```

Publish Configuration

```
php artisan vendor:publish --provider "VietNH\LaraEasyDev\RepositoryServiceProvider"
```

Usage
-----

[](#usage)

\####All file:

`php artisan make:api-crud {model} {--module=}`

Example:

```
php artisan make:api-crud User --module=Api

```

\####Each file:

`php artisan make:controller {model} {module}`

`php artisan make:service {model} {module}`

`php artisan make:repository {model} {module}`

`php artisan make:request {model} {module}`

`php artisan make:response {model} {module}`

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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

Total

4

Last Release

864d ago

### Community

Maintainers

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

---

Top Contributors

[![VietTomosia2509](https://avatars.githubusercontent.com/u/76545419?v=4)](https://github.com/VietTomosia2509 "VietTomosia2509 (6 commits)")

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[api-platform/laravel

API Platform support for Laravel

58171.4k14](/packages/api-platform-laravel)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k91.0k1](/packages/mike-bronner-laravel-model-caching)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)

PHPackages © 2026

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